increase swap to 512
This commit is contained in:
parent
87e9b111f4
commit
40fae75833
@ -133,7 +133,7 @@ sudo dpkg -i wiringpi-latest.deb
|
||||
|
||||
# If you are using the Raspberry Pi Zero models, you may need to increase the swapfile size to be able to install Inkycal:
|
||||
sudo dphys-swapfile swapoff
|
||||
sudo sed -i -E '/^CONF_SWAPSIZE=/s/=.*/=256/' /etc/dphys-swapfile
|
||||
sudo sed -i -E '/^CONF_SWAPSIZE=/s/=.*/=512/' /etc/dphys-swapfile
|
||||
sudo dphys-swapfile setup
|
||||
sudo dphys-swapfile swapon
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user