From 103398f07085f96de79dd5f8f1005d8a18e8ffa2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mattias=20Walstr=C3=B6m?= Date: Wed, 28 Feb 2024 13:13:32 +0100 Subject: [PATCH] make run: Increase default memory for qemu This since the image has gotten larger. --- board/common/qemu/Config.in.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/board/common/qemu/Config.in.in b/board/common/qemu/Config.in.in index 6efc9fba..ef703149 100644 --- a/board/common/qemu/Config.in.in +++ b/board/common/qemu/Config.in.in @@ -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.