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:
Alexander Boettcher 2020-07-10 13:19:41 +02:00 committed by Norman Feske
parent c888d856ee
commit 73546a135a

View File

@ -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"/>