
14 Aug
2013
14 Aug
'13
noon
On 14/08/13 14:42, David wrote:
On 14 August 2013 13:31, David <bouncingcats@gmail.com> wrote:
from which I conclude that the answer to my question "has the swapfile ever been used" would be authoritatively given by:
$ cat /proc/vmstat | grep pswpout pswpout 0
or alternatively it looks like the same (cumulative) information appears in the output of 'vmstat -s' hi
there is the vm.swappiness setting for controlling the usage of swap file /sbin/sysctl vm.swappiness=<value> with <value> being between 0 and 100 Steve