RE: Shared memory not enabled in 2.4.0?

David Schwartz (davids@webmaster.com)
Mon, 8 Jan 2001 15:21:03 -0800


> For some reason shared memory is not being enabled on my system
> running kernel
> v2.4.0 (on RedHat v6.2, with all updates applied).

You are confusing System V shared memory (IPC) with VM shared memory. The
'0' for shared in /proc/meminfo means the system can't easily tell you how
much memory the VM is sharing. But this has nothing whatsoever to do with
IPC shared memory, which is what the /dev/shm thing is about.

DS

-
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/