Skip to content

Commit

Permalink
Merge pull request #4756
Browse files Browse the repository at this point in the history
aa40047 README.md: increase swap size on Raspberry Pi (Neofito89)
  • Loading branch information
fluffypony committed Nov 14, 2018
2 parents 8ba3f89 + aa40047 commit 58a0775
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -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
Expand Down Expand Up @@ -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
```

Expand Down

0 comments on commit 58a0775

Please sign in to comment.