From 3a409d28de53c753906f4be9d967e6e87c7f56ba Mon Sep 17 00:00:00 2001 From: mcasquer Date: Mon, 11 Nov 2024 08:21:03 +0100 Subject: [PATCH] hotplug_mem_simple: increase VM memory and max memory Updates the VM memory from 2G to 4G so the test could work with Windows guests too. Also updates maxmem to 8G. Signed-off-by: mcasquer --- qemu/tests/cfg/hotplug_mem_simple.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qemu/tests/cfg/hotplug_mem_simple.cfg b/qemu/tests/cfg/hotplug_mem_simple.cfg index f60567bfa7..c3b2957b2c 100644 --- a/qemu/tests/cfg/hotplug_mem_simple.cfg +++ b/qemu/tests/cfg/hotplug_mem_simple.cfg @@ -1,8 +1,8 @@ - hotplug_mem_simple: type = hotplug_mem_simple - mem = 2048 + mem = 4096 slots_mem = 1 - maxmem_mem = 4096M + maxmem_mem = 8192M guest_numa_nodes = "node0" mem_devs = "mem0" use_mem_mem0 = "no"