From 90b79d685a53ebda88c711a4f0cee630e4883e9c Mon Sep 17 00:00:00 2001 From: Baptiste Donaux Date: Wed, 23 Nov 2016 12:05:55 +0100 Subject: [PATCH] Permanent swap file tutorial proposed --- doc/articles/troubleshooting.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/articles/troubleshooting.md b/doc/articles/troubleshooting.md index fcdae24d2..6c4b440ca 100644 --- a/doc/articles/troubleshooting.md +++ b/doc/articles/troubleshooting.md @@ -283,6 +283,7 @@ To enable the swap you can use for example: /sbin/mkswap /var/swap.1 /sbin/swapon /var/swap.1 ``` +You can make a permanent swap file following this [tutorial](https://www.digitalocean.com/community/tutorials/how-to-add-swap-on-ubuntu-14-04). ## Degraded Mode