htop
显示 1gb/2gb 已用内存和 512mb/512mb 已用交换。
cat /proc/sys/vm/swappiness
显示 10 和cat /proc/swaps
显示
使用的文件名类型大小
/dev/null 分区 524288 524288
grep VmSwap /proc/*/status | sort -n -r --key=2.1 | head -5
节目
/proc/25760/status:VmSwap: 333976 kB
/proc/2769/status:VmSwap: 149664 kB
/proc/798/status:VmSwap: 17852 kB
/proc/800/status:VmSwap: 16460 kB
/proc/3725/status:VmSwap: 9648 kB
什么需要这么多掉期?swappiness 10 意味着仅在尽可能接近真正需要它的情况下使用交换(低内存),那么为什么这不会发生呢?是否建议创建更大的交换?
谢谢
编辑:(free -m
在交换突然释放后,不知道为什么以及如何)
total used free shared buff/cache available
Mem: 2048 1311 184 3 552 733
Swap: 512 220 291