On 2 Jan 2001, Christoph Rohland wrote:

> Gregory McLean <[EMAIL PROTECTED]> 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.

Yeah for some odd reason RedHack stuffed a 0 in there *grumble*
That fixed it.

>
> Greetings
>                 Christoph
>

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

Reply via email to