From 977be94f274e2f5d2ed3eaa4d692c6cb2caa5735 Mon Sep 17 00:00:00 2001 From: Ace Date: Tue, 29 Jul 2025 02:36:42 +0200 Subject: [PATCH] increase swap --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 04af1cf..2039fe8 100644 --- a/README.md +++ b/README.md @@ -141,7 +141,7 @@ sudo ./configure && sudo make && sudo make check && sudo make install # 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/=.*/=512/' /etc/dphys-swapfile +sudo sed -i -E '/^CONF_SWAPSIZE=/s/=.*/=1024/' /etc/dphys-swapfile sudo dphys-swapfile setup sudo dphys-swapfile swapon ```