torsmo configuration question

Using applications, configuring, problems
Post Reply
Message
Author
User avatar
dvw86
Posts: 636
Joined: Thu 05 May 2005, 00:55
Location: Washington State

torsmo configuration question

#1 Post by dvw86 »

I was wondering what exactly this line means in the torsmo configuration file?

Code: Select all

# Subtract file system buffers from used memory?
And why is it set to "yes" by default? It sure makes a differance as to how much RAM it reports as being free.

User avatar
rarsa
Posts: 3053
Joined: Sun 29 May 2005, 20:30
Location: Kitchener, Ontario, Canada
Contact:

#2 Post by rarsa »

To use memory efficiently Linux reserves memory buffers and cached memory. This is, it reserves memory ahead of time so it's ready when you need it. (e.g. your most used application or the data you are working with)

You can see that if you execute 'top' from the command line or "Start | Control panel | Top view running processes".

On the top left It says that it's using almost all the memory, even when you know that you don't have any apps running. On the same line you will see how much is reserved for buffers and cached memory.

If you subtract the memory buffers in torsmo, you get a real picture of how much available RAM you have.

User avatar
dvw86
Posts: 636
Joined: Thu 05 May 2005, 00:55
Location: Washington State

#3 Post by dvw86 »

Thanks for the detailed reply. That makes sense.

Post Reply