Process a initializes the memory segment, preparing it for use.
进程A对这个内存段进行初始化,让它准备好接受访问。
LCL - for memory segment used to communicate with local applications.
对于用于与本地应用程序通信的内存段,名称为:lcl。
The code implements a parent and child process that communicates via a shared memory segment.
代码实现通过共享内存段通信的父进程和子进程。
Finally, in Figure 4, processes a and B can read and write from the Shared memory segment freely.
最后,在图4中,进程a和B可以随意读写共享内存段。
This program also allows you to display the subsystem Shared memory segment for debugging purposes.
这个程序还允许您为调试目的显示子系统共享内存段。
The SHMMAX specifies the maximum size in bytes of a shared memory segment which can be allocated on the system.
SHMMAX 按字节指定系统上可以分配的最大共享内存段。
The shmmax specifies the maximum size in bytes of a Shared memory segment which can be allocated on the system.
shmmax按字节指定了系统中可以分配的最大共享内存段。
However, a Shared memory segment cannot be "split" across quadrants and be guaranteed a contiguous address space.
但是,共享内存段不能跨象限“拆分”,而应该保证是一个连续的地址空间。
This parameter specifies the maximum size in bytes of a Shared memory segment which can be allocated on the system.
该参数按字节指定系统中可以分配的共享内存段的最大大小。
Virtual memory segment: This virtual portion is used for maintaining and controlling the resources needed by processes.
虚拟内存段:虚拟区用于维护和控制进程所需的资源。
msync(): Used to synchronize a shared memory segment with the file system—a technique useful when mapping a file into memory.
msync():用来让共享内存段与文件系统同步 —当把文件映射到内存时,这种技术有用。
Therefore, the largest shared memory segment, in quadrant 3, that DB2 is allowed to allocate is 1GB; and in quadrant 4 is 0.75GB.
因此,DB2允许分配的最大共享内存段在象限3 中的大小为1GB,在象限4 中的大小为 0.75GB。
And meanwhile, we can expand the heap (by adding new memory segment) at gen 1 if required, do not have to wait until gen 2 GC.
同时,如果需要,可以在第1代收集就扩展堆(增加内存段),而不必等到第2代收集。
This is well under the 1.75gb Shared memory limit, and each database Shared memory segment can safely map contiguously to a quadrant.
这低于1.75GB的共享内存限制,并且每个数据库共享内存段可以安全地连续映射到一个象限。
Shmat failed because of 0x000000c, which is ENOMEM or the available data space is not large enough to accommodate the Shared memory segment.
shmat失败于0x000000c,即ENOMEM或可用数据空间不足以容纳共享内存段。
Another common problem with allocating database Shared memory on Solaris is due to the fact that all pages of a Shared memory segment are pinned in physical RAM.
Solaris中另一个与分配数据库共享内存有关的常见问题是由于这样的一个事实导致的,即共享内存段的所有页都是固定在物理ram中的。
It adds the creation of the named memory segment, the registration of a callback function, and the writing to files. The memory allocation is shown in Listing 11.
它添加了已命名内存段的创建、一个回调函数的注册、以及文件的写入。
This indicates that the process tried to access a Shared memory segment that was corrupted for some reason, and will crash without calling "fatal_error" or "panic."
这表明,进程试图访问因某种原因已破坏的共享内存段,并将不调用“fatal_error”或“panic”而崩溃。
TLB is used to try and retrieve translation work that has already occurred, and this is the first place the operating system will look for a process's translated memory segment.
TLB用于尝试和检索已经发生的转换工作,而这是操作系统第一次查找进程的已转换内存段的地方。
When the FCM buffers are created in a separate memory segment, the communication between FCM daemons of different logical partitions on the same physical node occurs through Shared memory.
而当在单独的内存段中创建F CM缓冲区时,在同一物理节点上的不同逻辑分区的FCM守护进程间的通信将通过共享存储器进行。
shmat is a UNIX function that attaches the shared memory segment associated with the shared memory identified by shmid (another Solaris function) to the data segment of the calling process.
shmat是一个UNIX函数,它将与 shmid(另一个Solaris 函数)所标识的共享内存相关的共享内存段附加到调用进程的数据段上。
This effectively frees up one segment for database Shared memory.
这将有效地为数据库共享内存一个段。
Segment 2 is for stack and dynamic memory allocation.
段2预留给堆栈和动态内存分配。
Note: DB2 will take away one segment from the database Shared memory for each of the following configurations, starting from segment b.
注意:对于下面的每种配置,DB 2将从数据库共享内存中拿出一个段,这个段始于段b。
If ESTORE is enabled, then it will take another segment away from the database Shared memory.
如果启用了ESTORE,那么还要从数据库共享内存中拿出另一个段。
Segment 3 - Reserved for instance Shared memory.
段3-预留给实例共享内存。
Though FCM communication becomes faster, it reduces the database Shared memory by one segment.
虽然FCM通信变得更快,但是它也令数据库共享内存减少了一个段。
This forces DB2 to use segment E for local connections, thus freeing one segment for database shared memory.
这样便迫使DB2将段E用于本地连接,从而为数据库共享内存空出一个段。
Dynamic segment allocation allows the additional segments to be used by user heap or Shared memory.
动态段分配让用户堆或共享内存可以使用额外的段。
Dynamic segment allocation allows the additional segments to be used by user heap or Shared memory.
动态段分配让用户堆或共享内存可以使用额外的段。
应用推荐