diff --git a/src/reset.sh b/src/reset.sh index 2b769d7..cb0d6f3 100644 --- a/src/reset.sh +++ b/src/reset.sh @@ -18,7 +18,7 @@ echo "❯ For support visit $SUPPORT" : "${ALLOCATE:=""}" # Preallocate diskspace : "${ARGUMENTS:=""}" # Extra QEMU parameters : "${CPU_CORES:="2"}" # Amount of CPU cores -: "${RAM_SIZE:="1G"}" # Maximum RAM amount +: "${RAM_SIZE:="2G"}" # Maximum RAM amount : "${RAM_CHECK:="Y"}" # Check available RAM : "${DISK_SIZE:="16G"}" # Initial data disk size : "${STORAGE:="/storage"}" # Storage folder location