Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

tuning message queue parameters in linux

Status
Not open for further replies.

huskers

Programmer
Jan 29, 2002
75
US
hi,

I have a script which puts messages on message queue. On AIX I had the max. size of queue set to 4MB. Just wondering what is the maximum size the queue can be set to on Linux?. The defaults as as follows:

max queues system wide = 1024
max size of message (bytes) = 8192
default max size of queue (bytes) = 16384

Can anyone tell me what can be the maximum setting of the above parameters without affecting the performance of the box as I also have DB2 on it.

Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top