Re: Over used cache memory?

From: Wee Teck Neo
Date: Thu Nov 06 2003 - 04:16:28 EST


procs memory swap io system cpu
r b w swpd free buff cache si so bi bo in cs us sy id
1 0 0 92744 9640 20240 801644 0 0 3 10 17 0 25 2 10


This one will be wierd.

I'm having 4 program running at background using 50MB each (got it from "top")
Total up to about 200MB.

The system is having 1GB ram and currently using 92MB as swap. Why does the system use the slower swap when there are still memory available (as cache). Anyway to "force" the system to use more ram instead of putting into swap memory?



----Original Message Follows----
From: Helge Hafting <helgehaf@xxxxxxxxxxxxx>
To: Wee Teck Neo <slashboy84@xxxxxxx>
CC: linux-kernel@xxxxxxxxxxxxxxx
Subject: Re: Over used cache memory?
Date: Thu, 06 Nov 2003 10:11:50 +0100

Wee Teck Neo wrote:
My system having 1GB ram and this is the output of vmstat

procs memory swap io system cpu
r b w swpd free buff cache si so bi bo in cs us sy id
0 0 0 5640 21224 121512 797832 0 0 6 9 3 17 0 0 6


It seems that 797MB is used for caching... thats a high number. Anyway to set a lower cache size?

Yes - _use_ the memory for something else. 1. All unused memory will be put to good use as cache.
2. Memory is taken from the cache whenever you need it for
something else, so (1) is not a problem at all.

Helge Hafting

_________________________________________________________________
Take a break! Find destinations on MSN Travel. http://www.msn.com.sg/travel/

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/