From 40fae758334c42bdfc45653b7e0fb29c55d7bf20 Mon Sep 17 00:00:00 2001 From: Ace Date: Tue, 28 Nov 2023 00:37:55 +0100 Subject: [PATCH] increase swap to 512 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4608ede..2afdd89 100644 --- a/README.md +++ b/README.md @@ -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 ```