poniedziałek, 13 stycznia 2020

Extend swap ubuntu

Turn off all swap processes
sudo swapoff -a

Resize the swap
sudo dd if=/dev/zero of=/swapfile bs=16G count=8

Make the file usable as swap
sudo mkswap /swapfile

Activate the swap file
sudo swapon /swapfile

Check the amount of swap available
grep SwapTotal /proc/meminfo

Podziel się: