summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--support/testing/infra/emulator.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/support/testing/infra/emulator.py b/support/testing/infra/emulator.py
index 802e89d4b4..3d3e1750c6 100644
--- a/support/testing/infra/emulator.py
+++ b/support/testing/infra/emulator.py
@@ -38,7 +38,8 @@ class Emulator(object):
qemu_cmd = ["qemu-system-{}".format(qemu_arch),
"-serial", "stdio",
- "-display", "none"]
+ "-display", "none",
+ "-m", "256"]
if options:
qemu_cmd += options