From d7c4d3078c293441f225028b4790d8a4811cc06f Mon Sep 17 00:00:00 2001 From: Serge Schneider Date: Fri, 1 Nov 2024 11:43:15 +0000 Subject: [PATCH] Bump default swap to 512M --- stage2/01-sys-tweaks/00-patches/02-swap.diff | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stage2/01-sys-tweaks/00-patches/02-swap.diff b/stage2/01-sys-tweaks/00-patches/02-swap.diff index f542ec2..52cdda4 100644 --- a/stage2/01-sys-tweaks/00-patches/02-swap.diff +++ b/stage2/01-sys-tweaks/00-patches/02-swap.diff @@ -7,7 +7,7 @@ Index: jessie-stage2/rootfs/etc/dphys-swapfile # set size to absolute value, leaving empty (default) then uses computed value # you most likely don't want this, unless you have an special disk situation -#CONF_SWAPSIZE= -+CONF_SWAPSIZE=200 ++CONF_SWAPSIZE=512 # set size to computed value, this times RAM size, dynamically adapts, # guarantees that there is enough swap without wasting disk space on excess