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 [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]