Add instructions for setting up a swap file
This commit is contained in:
parent
eaa66d6d5e
commit
9155c4f601
1 changed files with 6 additions and 1 deletions
|
@ -2,6 +2,11 @@
|
|||
|
||||
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
|
||||
|
||||
### Package Requirements (FIXME: other php packages)
|
||||
|
|
Loading…
Reference in a new issue