On Mon, 22 Sep 2003, Tay Teck Wee wrote: > The physical memory on the machine is 2G. What would > you advice on the model?
The model designed for 1-4 GB physical memory. > Also, I just found out my > machine is compiled with a limit of 1G virtual > memory(from page.h). I think this is the same as > saying my data segment size(imposed by kernel)is > capped at 1G? Depends on the memory model selected. This parameter controls how much memory the kernel can address at a time. It is not the virtual memory size of processes. See the comment next to this parameter and the kernel configuration for details. Regards Henrik
