I have a CT that keeps swapping, despite having plenty free RAM.
I think the CT keeps swapping because atop (GitHub - Atoptool/atop: System and process monitor for Linux) reports a high value of pagescan and swout every few seconds.
Any suggestion what to do about this?
This CT is a ssh server with many users, and it has a bind mount to a very large ZFS dataset on the node. The primary purpose is to allow users to access that dataset via ssh/scp.
Code:
free -m
total used free shared buff/cache available
Mem: 3000 271 2194 0 534 2728
Swap: 1024 8 1015
I think the CT keeps swapping because atop (GitHub - Atoptool/atop: System and process monitor for Linux) reports a high value of pagescan and swout every few seconds.
Any suggestion what to do about this?
This CT is a ssh server with many users, and it has a bind mount to a very large ZFS dataset on the node. The primary purpose is to allow users to access that dataset via ssh/scp.