make run: Increase default memory for qemu

This since the image has gotten larger.
This commit is contained in:
Mattias Walström
2024-02-28 13:13:32 +01:00
parent 2f844f9ac7
commit 103398f070
+2 -2
View File
@@ -75,9 +75,9 @@ config QEMU_MACHINE
config QEMU_MACHINE_RAM
string "RAM size (k/M/G)"
default "256M"
default "384M"
help
The default, 255 MiB, works for most configurations, even less for
The default, 384 MiB, works for most configurations, even less for
the Infix Classic builds. However, if you get kernel panic with:
"System is deadlocked on memory", try increasing this one.