Is it normal for my Linode to be swapping out to the swap file occasionally even when it has 200+MB of RAM free? Slowly over time, it seems to be using more and more of the swap and according to free, that swap is never reclaimed.
Here is a sample output from free -m:
Code:
total used free shared buffers cached
Mem: 360 311 48 0 10 181
-/+ buffers/cache: 119 241
Swap: 255 72 183
That 72 used swap never seems to get reclaimed. And I have not been able to find any evidence that I was ever in any danger of running out of memory.
I'm running Ubuntu 8.10 64bit. Is this normal?
.