« Linux Oracle tuning parameter : shmmax and shmall | Main | Linux Oracle tuning parameter : ulimits »
Linux Oracle tuning parameter : Message queues
By Martin | June 5, 2009
To view current settings, run command:
more /proc/sys/kernel/msgmni
more /proc/sys/kernel/msgmax
To set it to a new value for this running session, which takes effect immediately, run command:
echo 2048 > /proc/sys/kernel/msgmni
echo 64000 > /proc/sys/kernel/msgmax
Topics: LINUX, Oracle | No Comments »
Trackback URL for this post: http://www.bearparc.info/2009/06/05/linux-oracle-tuning-parameter-message-queues/trackback/
Comments
You must be logged in to post a comment.





























