From 4fc1afeec461463be9d3ef39bfcf9500126eb09e Mon Sep 17 00:00:00 2001 From: Kroese Date: Wed, 16 Apr 2025 11:46:15 +0200 Subject: [PATCH] Update reset.sh --- src/reset.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/reset.sh b/src/reset.sh index 2a7e5f6..2b769d7 100644 --- a/src/reset.sh +++ b/src/reset.sh @@ -17,7 +17,7 @@ echo "❯ For support visit $SUPPORT" : "${CONSOLE:="N"}" # Disable console mode : "${ALLOCATE:=""}" # Preallocate diskspace : "${ARGUMENTS:=""}" # Extra QEMU parameters -: "${CPU_CORES:="1"}" # Amount of CPU cores +: "${CPU_CORES:="2"}" # Amount of CPU cores : "${RAM_SIZE:="1G"}" # Maximum RAM amount : "${RAM_CHECK:="Y"}" # Check available RAM : "${DISK_SIZE:="16G"}" # Initial data disk size