Create swap file on CentOS
I needed swap for a t2.micro ec2 machine because it was dying almost twice a week, so I created a swap file for this. Run as root or the following commands: fallocate -l 1G /swapfile chmod 600 …
I needed swap for a t2.micro ec2 machine because it was dying almost twice a week, so I created a swap file for this. Run as root or the following commands: fallocate -l 1G /swapfile chmod 600 …