fix: Lower the amount of RAM required for Win11 (#2090)

This commit is contained in:
Kroese
2026-08-07 04:51:59 +02:00
committed by GitHub
parent 314c6c1fc1
commit ef783b900b
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -940,7 +940,7 @@ getRequiredMemory() {
case "$id" in
"win11"* )
echo 4294967296 ;;
echo 2147483648 ;;
"tiny11"* | "core11"* )
echo 2147483648 ;;
"win10"* | "tiny10"* )