|
|||
1. Overview of Solaris System Tuning 2. Solaris Kernel Tunable Parameters Where to Find Tunable Parameter Information General Kernel and Memory Parameters fsflush and Related Parameters General File System Parameters sun4u or sun4v Specific Parameters Solaris Volume Manager Parameters 4. Internet Protocol Suite Tunable Parameters 5. Network Cache and Accelerator Tunable Parameters A. Tunable Parameters Change History |
System V Shared MemorySystem V shared memory allows the creation of a segment by a process. Cooperating processes can attach to the memory segment (subject to access permissions on the segment) and gain access to the data contained in the segment. This capability is implemented as a loadable module. Entries in the /etc/system file must contain the shmsys: prefix. Starting with the Solaris 7 release, the keyserv daemon uses System V shared memory. A special kind of shared memory known as intimate shared memory (ISM) is used by DBMS vendors to maximize performance. When a shared memory segment is made into an ISM segment, the memory for the segment is locked. This feature enables a faster I/O path to be followed and improves memory usage. A number of kernel resources describing the segment are then shared between all processes that attach to the segment in ISM mode. For information about the changes to shared memory resources in the Solaris 10 release, see System V IPC Configuration. For detailed information about using the new resource controls in the Solaris 10 release, see Chapter 6, Resource Controls (Overview), in System Administration Guide: Virtualization Using the Solaris Operating System. For legacy information about the obsolete System V shared memory parameters, see Parameters That Are Obsolete or Have Been Removed. segspt_minfree
|
||
|