We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
fallocate -l 4G /swapfile chmod 600 /swapfile mkswap /swapfile swapon /swapfile echo “/swapfile swap swap sw 0 0” >> /etc/fstab sysctl vm.swappiness=10 echo “vm.swappiness = 10” >> /etc/sysctl.conf