我的交换内存显示SWAP critical 0% free
在 NMS 上。
我试过:
`$ swapon --show`
但什么也没有出现。我继续做:
$ free -m
total used free shared buff/cache available
Mem: 7873 2858 1151 1295 3863 3373
Swap: 0 0 0
然后:
$ swapon -a
swapon: /swapfile: insecure permissions 0644, 0600 suggested.
swapon: /swapfile: read swap header failed
答案1
chmod 0600 /swapfile
mkswap /swapfile
swapon /swapfile