Increase default swap size to 200

This commit is contained in:
Serge Schneider 2024-05-27 13:48:11 +01:00
parent fb48183f0d
commit 75fe47c757

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=100 +CONF_SWAPSIZE=200
# 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