Swap usage
According to my (naive) understanding, I thought swap is only used when real memory is exhausted. Will swap still be used with only 122MB of app memory used?
Take a look at my Munin graph (will give warning due to self-signed SSL cert) for details:
Any thoughts? Is this normal, or is tweaking required?
Richard
3 Replies
So, in normal use, some swapping is a good thing.
Thanks!
@hobbes7:
So, in normal use, some swapping is a good thing.
Having some swap space being used (statically) is a good thing, swapping (actively) is a bad thing. As long as what is swapped is really stuff that isn't being used you are OK.
Google "swappiness" to learn all about how you can influence the kernel's tendency to swap.