Dan Kegel wrote:
Joseph Shraibman wrote:
I never got anywhere near 1gb of memory usage.
Physical memory, maybe, but I bet you a nickel you got
up near 1GB of *virtual* memory. Go learn about how
thread stacks work. You're not running out of RAM; you're
running out of address space.
I guess I don't know enough about the internals of the memory management, but how? I know
that virtual address is given by the operating system, which uses the virtual addresses to
map to physical addresses so it can do swapping, but why would it run out of address?
By the way, what kernel are you running? And which of
The one that comes with redhat 8.0 (updated), which is kernel-smp-2.4.18-19.8.0
CONFIG_1GB
CONFIG_2GB
CONFIG_3GB
are set in your kernel configuration?
No idea. How can I check?
----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]