Re: Stuck at 1GB again

2000-09-03 Thread Kanoj Sarcar
> > Some time ago, the list was very helpful in solving my programs > failing at the limit of real memory rather than expanding into > swap under linux 2.2. > I can;t say what your actual problem is, but in previous experiments, I have seen these as the main cause: 1. shortage of real memory (r

Re: Stuck at 1GB again

2000-09-03 Thread Stephen C. Tweedie
Hi, On Sat, Sep 02, 2000 at 11:50:32AM -0700, [EMAIL PROTECTED] wrote: > The kernel is compiled with the 4GB option. (which I think is > the 2/2GB option from 2.2.x kernels). I believe the option is > supposed to assign 2GB of address space to real memory, and > 2GB to virtual memory (from a pe

Stuck at 1GB again

2000-09-02 Thread brian
Some time ago, the list was very helpful in solving my programs failing at the limit of real memory rather than expanding into swap under linux 2.2. Now my giant app is failing on a new limit. I have an Athlon 850 with 2GB of RAM running 2.4.0-test7. The kernel is compiled with the 4GB option.