Changing the SWAP file size in Ubuntu 18.045
If you install linux without a dedicated swap partition you will get a swap file. The swap file is in root: /swapfile To see the size you can run swapon --show You can turn off swap with sudo swapoff /swapfile If you run `free -h`…
Continue reading...