Add instructions for setting up a swap file

This commit is contained in:
Root 2016-02-23 22:26:25 -05:00
parent eaa66d6d5e
commit 9155c4f601

View file

@ -1,6 +1,11 @@
# Base Config
Note: The Mail Server requires SSL certificates
Note: The Mail Server requires SSL certificates
## Swap File
1. Run `dd if=/dev/zero of=/swapfile bs=1M count=2048` then `chmod 600 /swapfile` followed by `mkswap /swapfile` and `swapon /swapfile`
2. Set the system up to mount the swap file at boot by adding `/swapfile none swap defaults 0 0` to the bottom of `/etc/fstab`
## Web Server