mirror of
https://github.com/dockur/windows.git
synced 2026-08-24 15:48:59 +01:00
fix: Lower the amount of RAM required for Win11 (#2090)
This commit is contained in:
+1
-1
@@ -940,7 +940,7 @@ getRequiredMemory() {
|
||||
|
||||
case "$id" in
|
||||
"win11"* )
|
||||
echo 4294967296 ;;
|
||||
echo 2147483648 ;;
|
||||
"tiny11"* | "core11"* )
|
||||
echo 2147483648 ;;
|
||||
"win10"* | "tiny10"* )
|
||||
|
||||
Reference in New Issue
Block a user