I believe what you need to add is: (Please double/triple check before applying to a live system)
set msgsys:msginfo_msgmax=8192
set msgsys:msginfo_msgmnb=1638
set semsys:seminfo_semmns=111 # SEMMNS
set semsys:seminfo_semmsl=111 # SEMMSL
set semsys:seminfo_semmni=20 # SEMMNI
set maxuproc=XXX # MAXUPROC (I don't know how many processors you have)
set rlim_fd_max=1000 # NOFILES (maximum)
These all seem like very small values. Please confirm that these are indeed what you should be setting these parameters to. Also, ensure you take a backup of your existing /etc/system in case you need to recover later.
set msgsys:msginfo_msgmni=31
set msgsys:msginfo_msgssz=64
set msgsys:msginfo_msgtql=1024
set semsys:seminfo_semmns=
Main Topics
Browse All Topics





by: gripePosted on 2007-01-07 at 09:37:04ID: 18262406
You don't actually need to rebuild the kernel to set these, you can set them in the /etc/system file and they will take affect on boot. Here is a guide on the parameters you can set in /etc/system: (There's quite a few of them)
cs/doc/817 -0404/6mg7 4vs90?a=vi ew
http://docs.sun.com/app/do
You should be very careful when modifying /etc/system. Improper values will cause your system to be unable to boot.