On Tue, 2002-10-29 at 13:26, Ronald Hermans wrote: > At the moment we are writing an application for the windows environment that > needs in some situations a lot om memory (+ 2GB). We are thinking to switch > over to Linux. Can someone tell me wat the memory limit under LInux is at > the moment? I'm hearing sounds of 64 GB and 2GB per process.
On x86 it's 64gb if your processor/chipset supports it. 2gb is the maximum size of a process. If you need more than that maybe it's time to move to 64-bits architecture (ia64, ultrasparc, alpha). (or optimize your software ;) greets, Klaasjan