X-Git-Url: http://git.wpitchoune.net/gitweb/?p=www.git;a=blobdiff_plain;f=www%2Ftricks%2Fraspberry_pi3_increase_swap_size.html;h=db7a25ce2a8e12d29f9c894249a18ecc565fdf13;hp=1f574464c9bcfbd99ebe98fbf16c0564ee950edf;hb=HEAD;hpb=d7e1a71bbeaf3f2c11afc93ec71fff6afc1f380a diff --git a/www/tricks/raspberry_pi3_increase_swap_size.html b/www/tricks/raspberry_pi3_increase_swap_size.html index 1f57446..b3aaa3f 100644 --- a/www/tricks/raspberry_pi3_increase_swap_size.html +++ b/www/tricks/raspberry_pi3_increase_swap_size.html @@ -2,12 +2,12 @@ - + - + Raspberry PI - increase swap size - + @@ -21,7 +21,7 @@
-
dphys-swapfile swapoff
+
sudo dphys-swapfile swapoff
@@ -31,13 +31,17 @@

As root, edit the file /etc/dphys-swapfile and modify -the variable dphys-swapfile:

+the variable CONF_SWAPSIZE:

CONF_SWAPSIZE=1024
+
+

To modify the swap file, edit the variable CONF_SWAPFILE, and run +dphys-swapfile setup which will create and initialize the file.

+
@@ -45,7 +49,7 @@ the variable dphys-swapfile:

-
dphys-swapfile swapon
+
sudo dphys-swapfile swapon
@@ -53,8 +57,23 @@ the variable dphys-swapfile:

+Last updated 2020-06-29 22:20:15 +0200 + + + \ No newline at end of file