SHMMAX = The maximum size(in bytes) of a single shared memory segment.
SHMMIN = The minimum size(in bytes) of a single shared memory segment.
SHMMNI = The number of shared memory identifiers.
SHMSEG = The maximum number of shared memory segments that can be attached by a process.
SEMMNS = The number of semaphores in the system.
SEMMNI = The number of semaphore set identifiers in the system; determines the number of semaphore sets that can be created at any one time.
SEMMSL = The maximum number of semaphores that can be in one semaphore set. It should be same size as maximum number of Oracle processes
Please refer to below sites for more information.
http://www.idevelopment.info/data/Oracle/DBA_tips/Linux/LINUX_8.shtml
http://www.orafaq.com/node/8
http://dataexpedition.com/~sbnoble/Tips/memory.html
Please refer to below sites for more information.
http://www.idevelopment.info/data/Oracle/DBA_tips/Linux/LINUX_8.shtml
http://www.orafaq.com/node/8
http://dataexpedition.com/~sbnoble/Tips/memory.html
No comments:
Post a Comment