aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2018-11-14 21:33:49 +0200
committerRiccardo Spagni <ric@spagni.net>2018-11-14 21:33:49 +0200
commit58a07752eb304d5337f24ab576bf3b343f7fc12a (patch)
tree6c2ac85f2d1f9a38003f300cb199202fb0969dac /README.md
parentMerge pull request #4755 (diff)
parentREADME.md: increase swap size on Raspberry Pi (diff)
downloadmonero-58a07752eb304d5337f24ab576bf3b343f7fc12a.tar.xz
Merge pull request #4756
aa40047e README.md: increase swap size on Raspberry Pi (Neofito89)
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 3b542220f..472ca580c 100644
--- a/README.md
+++ b/README.md
@@ -245,7 +245,7 @@ Tested on a Raspberry Pi Zero with a clean install of minimal Raspbian Stretch (
```
sudo /etc/init.d/dphys-swapfile stop
sudo nano /etc/dphys-swapfile
- CONF_SWAPSIZE=1024
+ CONF_SWAPSIZE=2048
sudo /etc/init.d/dphys-swapfile start
```
* If using an external hard disk without an external power supply, ensure it gets enough power to avoid hardware issues when syncing, by adding the line "max_usb_current=1" to /boot/config.txt
@@ -279,7 +279,7 @@ If you are using the older Raspbian Jessie image, compiling Monero is a bit more
```
sudo /etc/init.d/dphys-swapfile stop
sudo nano /etc/dphys-swapfile
- CONF_SWAPSIZE=1024
+ CONF_SWAPSIZE=2048
sudo /etc/init.d/dphys-swapfile start
```