【ubunutu】swapの無効化
背景
swapがfullになってPCがフリーズする事が多々
swapを無効にすれば解消される
swapの無効化
swapをoffにする
sudo swapoff -v /swapfile
以下のラインをコメントアウト
```
sudo gedit /etc/fstab
/swapfile swap swap defaults 0 0
swapファイルの削除
swapファイルの削除
sudo rm /swapfile
```
再起動
sudo reboot
Author And Source
この問題について(【ubunutu】swapの無効化), 我々は、より多くの情報をここで見つけました https://qiita.com/minh33/items/b29eddd36ba76717059a著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .