You are not logged in.
I have set up an Arch cloud server with 256 MB, and I noticed when I install something like apache or mysql the used memory goes from, say 30% to almost 90%. When I reboot the system it's back to normal.
How can I find out the reason for the memory bloat? Is there any way of fixing it short of rebooting?
Last edited by bitpal (2009-09-23 22:27:35)
Offline
file system cache
Offline
quite laconical. what do you mean? how do I empty the 'file system cache'?
Offline
The kernel does that for you if it needs the space for programs. File system cache is not a bad thing, no need to worry about that. The ram is there, it's free (as in not being used otherwise) so better put to good use.
R00KIE
Tm90aGluZyB0byBzZWUgaGVyZSwgbW92ZSBhbG9uZy4K
Offline
Thanks, that cleared it up!
Offline
[ty@work ~]$ free -m
total used free shared buffers cached
Mem: 502 452 49 0 60 187
-/+ buffers/cache: 204 297
Swap: 486 0 486I take it you are new to Linux ![]()
You can see above. Total is 502MB, the amount used including the cache/buffers is 452MB and the amount currently in use not including cache/buffers is 204MB
![]()
Offline