[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: 128MB RAM - Does Linux recognize it all?
- To: "'Ilya Konstantinov'" <linux-il(at-nospam)future.galanet.net>, Noam Meltzer <tsnoam(at-nospam)myself.com>
- Subject: RE: 128MB RAM - Does Linux recognize it all?
- From: "Mevorach, Assaf" <assaf.mevorach(at-nospam)intel.com>
- Date: Sun, 10 Dec 2000 00:11:34 -0800
- Cc: Linux IL <linux-il(at-nospam)cs.huji.ac.il>
- Sender: linux-il-bounce(at-nospam)cs.huji.ac.il
run "top" command and look there on how many ram you have
-----Original Message-----
From: Ilya Konstantinov [mailto:linux-il@future.galanet.net]
Sent: Fri, December 08, 2000 9:55 PM
To: Noam Meltzer
Cc: Linux IL
Subject: Re: 128MB RAM - Does Linux recognize it all?
On Fri, Dec 08, 2000 at 09:18:22PM +0200, Noam Meltzer wrote:
> Hello!
> I have 128MB RAM and I have the feeling that Linux doesn't use it all.
> How can I confirm my fear, or show I'm wrong (and yes, I added the line
append="mem=128M" in the lilo.conf)
Run 'free'.
Read the disk a lot. It should all go into buffers, I think.
Run 'free' again.
Or use one of the memory-heavy applications (Netscape Navigator
after few hours would do). Or just leak memory with a looping
perl app e.g.:
perl -e 'for (1..10000000) { push @x, 1; }; <>;'
(Be careful with the number of loops, leaking all RAM can make
your machine very irresponsive :)
--
Best regards,
Ilya Konstantinov
=================================================================
To unsubscribe, send mail to linux-il-request@linux.org.il with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail linux-il-request@linux.org.il
=================================================================
To unsubscribe, send mail to linux-il-request@linux.org.il with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail linux-il-request@linux.org.il