Log dich per SSH in den Server ein und führe folgende Befehle aus um eine 24 GB große Auslagerungsdatei zu erstellen.
fallocate -l 24G /swapfile
chmod 600 /swapfile
mkswap /swapfile
swapon /swapfile
nano /etc/fstab/
swapfile swap swap defaults 0 0
schau dir das Ergebnis mit folgendem Befehl an:
swapon –show