Last active
October 9, 2019 12:59
-
-
Save andresgutgon/54b2e6ad0d20b79ccc5c8394f6c6726b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# SWAP The fcsonline way | |
# First make yourself sudo like this | |
sudo su | |
# The copy these lines in the console | |
fallocate -l 2G /swapfile | |
chmod 600 /swapfile | |
mkswap /swapfile | |
swapon /swapfile |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The run
free
command to check swap was added.