How to Create a Swap File on Google Compute Engine Virtual Machines
These are the procedures I followed for Ubuntu 14.04 LTS but should work with other Debian distros. sudo fallocate -l 2G /swapfile sudo chmod 600 /swapfile sudo mkswap /swapfile sudo swapon /swapfile sudo swapon -s Once...
Read More
Recent Comments