Eating memory

Hello

I run Gentoo Linux on my computer:

Athlon XP 1700+ ~1,46 mhz
512 mb ram

After a while, my computer works really slow, and when I cat /proc/meminfo, I see that I only have 8mb of 512 mb free!

How is that possible?

I dont run anything I can think of that eats that amount of memory..

What can I do?

//Maestin

i do beileve during your installation of unix you have a partition called swap space. What is the size of the swap space?

about 500mb

I'm very possibly wrong, but I believe that Linux systems will consume as much memory as possible...

I mean that to say that if you have 512mb of physical memory, why should it try to only use a given amount of it? It should cache whatever it can, since memory is faster than disk.

When your system starts feeling sluggish, try running the "top" command to see what process is doing what...
Keep an eye on Load Average, Memfree and CPU free...

Ah, thanks for the replies :slight_smile: