[<prev] [next>] [day] [month] [year] [list]
Message-ID: <53824F66.4080003@colorfullife.com>
Date: Sun, 25 May 2014 22:15:34 +0200
From: Manfred Spraul <manfred@...orfullife.com>
To: Nadia Derbey <Nadia.Derbey@...l.net>
CC: Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Davidlohr Bueso <davidlohr@...com>
Subject: scaling of msgmni
Hi Nadia,
You added a patch that adds dynamic scaling of MSGMNI (f7bf3df8).
The description begins with:
> On large systems we'd like to allow a larger number of message queues. In
> some cases up to 32K. However simply setting MSGMNI to a larger value may
> cause problems for smaller systems.
Which problems did you imagine?
For shm, we have just completed patches that set the limit to (nearly)
ULONG_MAX as default.
Perhaps we could do the same step for msg, too?
Remove the whole logic, increase the limits to the maximum supported.
(or, if your concerns are valid and apply to shm, too - drop the patch
for shm).
--
Manfred
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists