support/testing/infra/emulator: increase memory size used by Qemu
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>
Fri, 21 Jun 2019 20:27:24 +0000 (22:27 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sat, 22 Jun 2019 17:28:36 +0000 (19:28 +0200)
commit345c29a4b7321952b916c1b4eb88a03e136919be
tree7cc4c3361c2fcdab722b3850bf7f678c475698e0
parent134baa08ea45d2f4496b18782be03b2dc2738a4a
support/testing/infra/emulator: increase memory size used by Qemu

By default, Qemu emulates a system with 128 MB of RAM. This is not
sufficient for some test cases we have, such as TestPerlDBDmysql,
where the initramfs is quite large. Therefore, this commit extends the
RAM size emulated by Qemu to 256 MB.

Fixes:

  https://gitlab.com/buildroot.org/buildroot/-/jobs/237108668

Thanks to Arnout for the analysis of the issue.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Acked-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
support/testing/infra/emulator.py