Skip to content

Commit

Permalink
README.md: increase swap size on Raspberry Pi
Browse files Browse the repository at this point in the history
Increased swap size on raspberry pi compiling guide, since it might crash if the raspberry has any service runing in the background
  • Loading branch information
Neofito89 authored Oct 29, 2018
1 parent 4cbb476 commit aa40047
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
```

Expand Down

0 comments on commit aa40047

Please sign in to comment.