Bump default swap to 512M

This commit is contained in:
Serge Schneider 2024-11-01 11:43:15 +00:00
parent fba95332df
commit d7c4d3078c

View File

@ -7,7 +7,7 @@ Index: jessie-stage2/rootfs/etc/dphys-swapfile
# set size to absolute value, leaving empty (default) then uses computed value # 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 # you most likely don't want this, unless you have an special disk situation
-#CONF_SWAPSIZE= -#CONF_SWAPSIZE=
+CONF_SWAPSIZE=200 +CONF_SWAPSIZE=512
# set size to computed value, this times RAM size, dynamically adapts, # set size to computed value, this times RAM size, dynamically adapts,
# guarantees that there is enough swap without wasting disk space on excess # guarantees that there is enough swap without wasting disk space on excess