Re: swap space and memory

2000-12-22 Thread Noah L. Meyerhans
On Fri, Dec 22, 2000 at 01:05:49AM -0800, Denzil Kelly wrote: > > debian kernel: VM: do_try_to_free_pages failed for > kswapd... > That is a known kernel bug that affected (IIRC) kernels 2.2.12-2.2.16 but is fixed in kernel 2.2.17 and later. 2.2.18 is current and you can grab the sources from f

Re: swap space and memory

2000-12-22 Thread D-Man
I think you are right nate. When I started with Linux a couple years ago, the 2.0 series was current (like 2.0.36 or something). It was then that I read in a how-to that even if you make a really big swap partition, only 128MB would be used. Last night I tried to confirm this with my current 2.

Re: swap space and memory

2000-12-22 Thread Matthias Wieser
> Re: swap space and memory [ Denzil Kelly <[EMAIL PROTECTED]> ] > debian kernel: VM: do_try_to_free_pages failed for > kswapd... > i have the same proplem but only when login as a user. When i am root, nothing happens. As soon as I log in as a user, I hardly

Re: swap space and memory

2000-12-22 Thread Nate Amsden
Denzil Kelly wrote: > > Initially I installed a slink on this box, and at the > time I had 64 MB of RAM however I was unable to make a > swap partition of 128 MB. I later added another 64 MB > of RAM. I tried to resize my /home partition but > something went wrong and I wound up reformatting the >

Re: swap space and memory

2000-12-22 Thread Denzil Kelly
Initially I installed a slink on this box, and at the time I had 64 MB of RAM however I was unable to make a swap partition of 128 MB. I later added another 64 MB of RAM. I tried to resize my /home partition but something went wrong and I wound up reformatting the hard drive, and installed storm, t

Re: swap space and memory

2000-12-22 Thread Nate Amsden
it is, look at 'dmesg' or look at the log when the system boots. in my case i have 512MB memory Memory: 517152k/524288k available (1256k kernel code, 412k reserved, 5424k data, 44k init) the system tells you what the overhead is used for. [EMAIL PROTECTED]:~$ free -m total us

Re: swap space and memory

2000-12-22 Thread Nate Amsden
did you install this on debian 2.1? or anything using the 2.0 kernel? from what i remember this was a kernel 2.0 limitation. 124MB reported by the system is normal. 124*1024=126,976kB , add some more for the space the kernel takes up when it loads into memory and any memory used by modules when the

Re: swap space and memory

2000-12-21 Thread D-Man
I have 64MB RAM and 256MB swap. When I run free it tells me I have 61MB RAM and 244MB swap. Interesting. Also, I had read in a How-To that Linux wouldn't use more than 128MB of swap in a single partition. Before I relayed that info, I though I would test it (I had only recently expanded my swa