Message ID | 20250212135209.129361-4-arkadiusz.bokowy@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 4577f50e739fc92dd633e8ac6426144a77844fba |
Headers | show |
Series | [1/4] test-runner: Increase amount of RAM available in VM | expand |
Context | Check | Description |
---|---|---|
tedd_an/pre-ci_am | success | Success |
diff --git a/tools/test-runner.c b/tools/test-runner.c index 1fc95d33f..48e114174 100644 --- a/tools/test-runner.c +++ b/tools/test-runner.c @@ -211,6 +211,7 @@ static char *const qemu_argv[] = { "-monitor", "none", "-display", "none", "-machine", "type=q35,accel=kvm:tcg", + "-cpu", "host", "-m", "256M", "-net", "none", "-no-reboot",