swap is not kicking in until the server reaches 100% RAM. I am not sure why but my Proxmox node is acting as if the swappiness value is set to 0
cat /proc/sys/vm/swappiness
free -g
Some things that maybe causing this that I can think of
zfs
KSM
cat /proc/sys/vm/swappiness
Code:
10
free -g
Code:
total used free shared buff/cache available
Mem: 503 498 3 0 1 0
Swap: 250 11 239
Some things that maybe causing this that I can think of
zfs
Code:
# Set to use 10GB Min
options zfs zfs_arc_min=10737418240
# Set to use 20GB Max
options zfs zfs_arc_max=21474836480
KSM
Code:
KSM_THRES_COEF=10
KSM_SLEEP_MSEC=10
Last edited: