Re: using RAM above 64 Mb as a swap area

1998-09-22 Thread Christophe Broult
aphro <[EMAIL PROTECTED]> writes: > At 07:06 PM 9/21/98 +0200, you wrote: > > > >Hello, > > > >I've just added more RAM on my old Pentium 100. Now I have 128 Mb of > >RAM and as expected I'm experiencing a slowdown when a program is run > >above the 64 Mb limit. I think that running programs in th

Re: using RAM above 64 Mb as a swap area

1998-09-22 Thread Hamish Moffatt
On Mon, Sep 21, 1998 at 01:12:15PM -0400, Shaleh wrote: > Christopher, I think the RAM/swap idea is a bad one. More productive > would be making your swap partition at least 128mb. Then you can swap > all of your memory. (Although why you are swapping on 128mb is beyond > me). Also the 2.1.x se

Re: using RAM above 64 Mb as a swap area

1998-09-22 Thread Shaleh
You do mem=?? where ?? is the amount of RAM in your system. 96m, 128m, 256m, 1gb, whatever. You could also do mem=8m which would mean the system only uses the first 8 megs of RAM. Linus and others do this to test low memory situations. Just dont say mem=128m when you have 64m (or 8mb). Things

Re: using RAM above 64 Mb as a swap area

1998-09-21 Thread Kendall P. Bullen
On Mon, 21 Sep 1998, Immanuel Yap wrote: > append="mem=128M" > > in your /etc/lilo.conf, rerun lilo, and reboot. Note that your system > can get seriously fscked if you don't actually have 128M. Read lilo(8) > and lilo.conf(5) before trying anything. There's also some stuff in > /usr/doc

Re: using RAM above 64 Mb as a swap area

1998-09-21 Thread David Z. Maze
Default Debian Reader <[EMAIL PROTECTED]> writes: Default> I have a question regarding RAM, does linux recognize Default> anything over 64M of ram? I have 128M on my machine and this Default> is what top reports... Install the doc-linux-text package, if you haven't already, and read /usr/doc/HOW

Re: using RAM above 64 Mb as a swap area

1998-09-21 Thread Immanuel Yap
Default Debian Reader wrote: > > I have a question regarding RAM, does linux recognize anything over 64M > of ram? I have 128M on my machine and this is what top reports... > CPU states: 0.5% user, 1.1% system, 0.0% nice, 98.5% idle > Mem: 63344K av, 62092K used, 1252K free, 32960K shrd,

Re: using RAM above 64 Mb as a swap area

1998-09-21 Thread Adrian Bridgett
On Mon, Sep 21, 1998 at 07:06:32PM +0200, Christophe Broult wrote: > > Hello, > > I've just added more RAM on my old Pentium 100. Now I have 128 Mb of > RAM and as expected I'm experiencing a slowdown when a program is run > above the 64 Mb limit. I think that running programs in the first 64 > M

Re: using RAM above 64 Mb as a swap area

1998-09-21 Thread Shaleh
The mem=??? is not needed in 2.1.1xx kernels. -- = Linux, because I'd like to *get there* today

Re: using RAM above 64 Mb as a swap area

1998-09-21 Thread Matt Garman
On Mon, Sep 21, 1998 at 07:06:32PM +0200, Christophe Broult wrote: > I've just added more RAM on my old Pentium 100. Now I have 128 Mb of > RAM and as expected I'm experiencing a slowdown when a program is run > above the 64 Mb limit. I think that running programs in the first 64 > Mb and using the

Re: using RAM above 64 Mb as a swap area

1998-09-21 Thread Default Debian Reader
I have a question regarding RAM, does linux recognize anything over 64M of ram? I have 128M on my machine and this is what top reports... CPU states: 0.5% user, 1.1% system, 0.0% nice, 98.5% idle Mem: 63344K av, 62092K used, 1252K free, 32960K shrd, 17160K buff Swap: 130748K av, 1416K

Re: using RAM above 64 Mb as a swap area

1998-09-21 Thread Shaleh
Christopher, I think the RAM/swap idea is a bad one. More productive would be making your swap partition at least 128mb. Then you can swap all of your memory. (Although why you are swapping on 128mb is beyond me). Also the 2.1.x series of kernels has done a LOT of work on large mem handling. T