echo "vm.swappiness=0" >>/etc/sysctl.conf
sysctl -p
swapoff -a && swapon -a
Linux交换分区使用过多的处理办法
原文:https://www.cnblogs.com/tchroot/p/9743831.html