Quote:
|
Originally Posted by jayantpathak
Is there any formula to calculate shared memory will setting in /etc/system.
What is connection between semaphore with sybase.
how much value we can set in /etc/system in place of shmmax.
|
Semaphore is the actual memory used by the Sybsae instance
Shared Memory is the maximum memory all semaphores can use.
ipcs -m (short display), ipcs -a (full display) show sthis.
Ideally if its a box which is only used by Sybase, you can set it to the max possible leaving some for the O/S ofcourse.
prtconf | grep Mem - will show you the memory currently available.
Leave 20% for O/S and allocate the rest for shmmax.