Re: Increasing Message Queue's

Manfred Spraul (manfred@colorfullife.com)
Mon, 11 Nov 2002 18:36:13 +0100


>I am using RH 7.2 (kernel 2.4.7-10)..
> I wan't to increase the no. of message queues (right now it is MSGMNI =
>16)..How to go about it??

As root [for example in /etc/rc.local]:
echo 128 > /proc/sys/kernel/msgnmi

Hmm. The documentation for both the sysv sem and the msg sysctl's is missing in linux/Documentation/sysrq/kernel.txt

--
	Manfred

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/