aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNeofito89 <37967500+Neofito89@users.noreply.github.com>2018-10-29 23:14:25 +0100
committerGitHub <noreply@github.com>2018-10-29 23:14:25 +0100
commitaa40047e480c6668a7d2067a5e84230ab551aeec (patch)
tree302cdea7b0ad494b253c6706915587cb32ee4673 /README.md
parentMerge pull request #4721 (diff)
downloadmonero-aa40047e480c6668a7d2067a5e84230ab551aeec.tar.xz
README.md: increase swap size on Raspberry Pi
Increased swap size on raspberry pi compiling guide, since it might crash if the raspberry has any service runing in the background
Diffstat (limited to '')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index be7dc8b2d..bd332ebc8 100644
--- a/README.md
+++ b/README.md
@@ -236,7 +236,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
@@ -270,7 +270,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
```