Re: 2.4.0-prerelease shmget woes.

From: Christoph Rohland (cr@sap.com)
Date: Tue Jan 02 2001 - 16:38:43 EST


Gregory McLean <gregm@comstar.net> writes:
> cat /proc/sys/kernel/shmall
> 0

That's your problem. Your limit for overall shm pages is zero. So you
cannot allocate any shm segments.

echo 2000000 > /proc/sys/kernel/shmall

and check /etc/sysctl.conf or wherever your system stores kernel
parameters to restore on boot.

Greetings
                Christoph

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



This archive was generated by hypermail 2b29 : Sun Jan 07 2001 - 21:00:13 EST