X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=vps-addswap%2FREADME.md;h=cf02cd1126c759aaddda691f036fe092b67af69c;hb=c77b2afba8be0e2aca21ad2647e7e847e4a8aa14;hp=540eacf99a4dc3396fba59093306ccb483ff74c6;hpb=1a7a851e3fa8779ce488db62c7c24255b906044c;p=webi-installers%2F.git diff --git a/vps-addswap/README.md b/vps-addswap/README.md index 540eacf..cf02cd1 100644 --- a/vps-addswap/README.md +++ b/vps-addswap/README.md @@ -4,15 +4,17 @@ homepage: https://webinstall.dev/vps-addswap tagline: | VPS Add Swap: because a little RAM can go a long way. linux: true -description: | - Creates permanent swap space that will be activated on each boot. +--- - `vps-addswap` will +## Cheat Sheet - 1. create a permanent swapfile `/var/swapfile` - 2. format and activate the swapfile - 3. add '/var/swapfile none swap sw 0 0' to `/etc/fstab` ---- +> Creates permanent swap space that will be activated on each boot. + +`vps-addswap` will + +1. create a permanent swapfile `/var/swapfile` +2. format and activate the swapfile +3. add '/var/swapfile none swap sw 0 0' to `/etc/fstab` ### What is `swap`?