From bffab8b792790306db43bea412568c3e5ceb0ac0 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sat, 6 Apr 2024 00:55:24 +0200 Subject: tests: Fix running on 32bit host qemu-system-i386 says at most 2047 MB RAM can be simulated --- tests/user-qemu.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/user-qemu.mk b/tests/user-qemu.mk index bb95315c..3b546252 100644 --- a/tests/user-qemu.mk +++ b/tests/user-qemu.mk @@ -162,7 +162,7 @@ tests/module-%: $(srcdir)/tests/test-%.c $(SRC_TESTLIB) $(MACH_TESTINSTALL) # GNUMACH_ARGS = console=com0 -QEMU_OPTS = -m 2048 -nographic -no-reboot -boot d +QEMU_OPTS = -m 2047 -nographic -no-reboot -boot d QEMU_GDB_PORT ?= 1234 if HOST_ix86 -- cgit v1.2.3