Shachar Shemesh wrote:
Gilad Ben-Yossef wrote:
- As a first stage, disable the swap.
This doesn't make much sense to me. What is it suppose to achieve?
It is SUPPOSED to achieve less memory to keep track of. As far as I
understand it, the kernel keeps track over which virtual pages reside in
which physical location, and therefor swap pages are being tracked not
all that differently than physical memory. I might as well have told
them to reduce the amount of physical memory to 8GB to achieve the same
goal.
If a page does not reside in the swap, it is not tracked as a "swapped
page frame". If the server work load is such that significant amount of
pages are in the swap with 16GB of memory, I'd say Occam's razor suggest
you are simply running our of application memory.
Basically, you need enough free space in LowFree, for some definition
of "enough".
That's what I thought. Too bad Munin doesn't track that particular
value, nor does top display it. In fact, for a value that has potential
to cause so much grief, it is being practically ignored by standard
monitoring tools.
You can write a Munin plug-in to track LowFree in a two lines bash
script :-)
Gilad
=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]