Page 1 of 1

Add Swap when swap is missing

Posted: Mon Jan 26, 2026 10:29 pm
by proxmoxer
sudo fallocate -l 6G /swapfile

sudo chmod 600 /swapfile

sudo mkswap /swapfile

sudo swapon /swapfile

sudo nano /etc/fstab

add following:

Code: Select all

/swapfile none swap defaults 0 0
sudo reboot (just to make sure it all works)