Answers for "ubuntu swap swapiness"

8

ubuntu turn off swap

sudo swapoff -a && sudo sed -i '/ swap / s/^(.*)$/#1/g' /etc/fstab
Posted by: Guest on April-03-2021
0

create swapfile ubuntu

sudo fallocate -l 1G /swapfile
Posted by: Guest on August-15-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language