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