X-Git-Url: http://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=src%2Ftricks%2Fraspberry_pi3_increase_swap_size.adoc;h=aa542aace5ca3df9491778673f7519a72f525db3;hb=50069149c3083de49613e48143ed306f53d2b528;hp=7bc48512cb091faf1051bddf809763f7ae01c0df;hpb=f253ec84873310ce48caa1bc0f5ce7f52fbe05ea;p=www.git diff --git a/src/tricks/raspberry_pi3_increase_swap_size.adoc b/src/tricks/raspberry_pi3_increase_swap_size.adoc index 7bc4851..aa542aa 100644 --- a/src/tricks/raspberry_pi3_increase_swap_size.adoc +++ b/src/tricks/raspberry_pi3_increase_swap_size.adoc @@ -1,14 +1,14 @@ -= Raspberry PI increase swap size += Raspberry PI - increase swap size :docinfo2: :icons: font -1. Stop the swap +== Stop the swap ---- dphys-swapfile swapoff ---- -2. Modify the size of the swap +== Modify the size of the swap As `root`, edit the file `/etc/dphys-swapfile` and modify the variable `dphys-swapfile`: @@ -17,7 +17,7 @@ the variable `dphys-swapfile`: CONF_SWAPSIZE=1024 ---- -3. Start the swap +== Start the swap ---- dphys-swapfile swapon