Re: [RFC PATCH 1/2] Scaling msgmni to the system memory

2007-12-18 Thread Matt Helsley
On Tue, 2007-12-18 at 16:06 -0800, Andrew Morton wrote: > On Tue, 11 Dec 2007 16:38:46 +0100 > [EMAIL PROTECTED] wrote: > > > [PATCH 01/02] > > > > This patch computes msg_ctlmni to make it scale with system memory. > > msg_ctlmni is now set to make the message queues occupy 1/32 of the > >

Re: [RFC PATCH 1/2] Scaling msgmni to the system memory

2007-12-18 Thread Andrew Morton
On Tue, 11 Dec 2007 16:38:46 +0100 [EMAIL PROTECTED] wrote: > [PATCH 01/02] > > This patch computes msg_ctlmni to make it scale with system memory. > msg_ctlmni is now set to make the message queues occupy 1/32 of the available > memory. > > Some cleaning has also been done in the MSGXXX

Re: [RFC PATCH 1/2] Scaling msgmni to the system memory

2007-12-18 Thread Andrew Morton
On Tue, 11 Dec 2007 16:38:46 +0100 [EMAIL PROTECTED] wrote: [PATCH 01/02] This patch computes msg_ctlmni to make it scale with system memory. msg_ctlmni is now set to make the message queues occupy 1/32 of the available memory. Some cleaning has also been done in the MSGXXX constants:

Re: [RFC PATCH 1/2] Scaling msgmni to the system memory

2007-12-18 Thread Matt Helsley
On Tue, 2007-12-18 at 16:06 -0800, Andrew Morton wrote: On Tue, 11 Dec 2007 16:38:46 +0100 [EMAIL PROTECTED] wrote: [PATCH 01/02] This patch computes msg_ctlmni to make it scale with system memory. msg_ctlmni is now set to make the message queues occupy 1/32 of the available

[RFC PATCH 1/2] Scaling msgmni to the system memory

2007-12-11 Thread Nadia . Derbey
[PATCH 01/02] This patch computes msg_ctlmni to make it scale with system memory. msg_ctlmni is now set to make the message queues occupy 1/32 of the available memory. Some cleaning has also been done in the MSGXXX constants: . MSGPOOL: the msgctl man page says it's not used, but it also

[RFC PATCH 1/2] Scaling msgmni to the system memory

2007-12-11 Thread Nadia . Derbey
[PATCH 01/02] This patch computes msg_ctlmni to make it scale with system memory. msg_ctlmni is now set to make the message queues occupy 1/32 of the available memory. Some cleaning has also been done in the MSGXXX constants: . MSGPOOL: the msgctl man page says it's not used, but it also