If you want to create the Shared memory pool using the HMC command line, use the chhwres command as shown in Listing 1.
如果希望使用hmc命令行创建共享内存池,应该使用清单1所示的chhwres命令。
You can control the maximum size of the cache by using the command line option in Listing 1, but note that this maximum size may be constrained by operating system restrictions on shared memory
可以使用清单 1 中的命令行选项控制缓存的最大大小,但是请注意,这个最大大小可能受到操作系统共享内存限制的约束
The second line takes the object file and creates an executable. If we wish to build our program as a shared object, we should do the following
第二行取得对象文件并创建一个可执行文件。
应用推荐