mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
Increase Qemu RAM for tool-chain test on 64bit
The tool-chain test requires a lot of memory because the TAR archives for gcc, binutils etc. are loaded as GRUB modules.
This commit is contained in:
@@ -229,9 +229,9 @@ lappend_if [have_spec pl11x] boot_modules pl11x_drv
|
||||
build_boot_image $boot_modules
|
||||
|
||||
if {[have_spec x86_64]} {
|
||||
append qemu_args " -m 500 "
|
||||
append qemu_args " -m 512 "
|
||||
} else {
|
||||
append qemu_args " -m 320 "
|
||||
append qemu_args " -m 320 "
|
||||
}
|
||||
|
||||
run_genode_until forever
|
||||
|
||||
Reference in New Issue
Block a user