mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-07 19:34:56 +00: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:
parent
fab7b514e3
commit
f4b3c6da36
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user