mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-20 17:52:52 +00:00
seoul: increase VMM memory for vm_stress*
The memory was not sufficient if more than 2 vcpus are used. The test starts up to 4 vCPUs.
This commit is contained in:
parent
c888d856ee
commit
73546a135a
@ -87,7 +87,7 @@ build $build_components
|
||||
|
||||
# write Seoul config file
|
||||
set vm_cfg_fd [open "bin/vm_seoul.cfg" w]
|
||||
puts $vm_cfg_fd "<config map_small=\"$map_small\" vmm_vcpu_same_cpu=\"$vmm_vcpu_same_cpu\" vmm_memory=\"14M\">"
|
||||
puts $vm_cfg_fd "<config map_small=\"$map_small\" vmm_vcpu_same_cpu=\"$vmm_vcpu_same_cpu\" vmm_memory=\"16M\">"
|
||||
puts $vm_cfg_fd { <machine verbose="no">
|
||||
<mem start="0x0" end="0x9a000"/>
|
||||
<mem start="0x100000" end="0xfffff000"/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user