Skip to content

Commit

Permalink
numa_opts: increase the mem required for 128 nodes
Browse files Browse the repository at this point in the history
The current 16G of memory assigned to this case are not enough,
increasing the memory to 64G, even this will limit the testing
possibilities, it's not realistic testing son many nodes with
so few memory.

Signed-off-by: mcasquer <[email protected]>
  • Loading branch information
mcasquer committed Oct 31, 2024
1 parent 417a8a6 commit 1ff0c16
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions qemu/tests/cfg/numa_opts.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,9 @@
no RHEL.9.2
type = numa_maxnodes
numa_nodes = 128
mem_fixed = 16G
vm_mem_minimum = 16G
node_size = 128M
mem_fixed = 64G
vm_mem_minimum = 64G
node_size = 512M
start_vm = no
ppc64,ppc64le:
mem_fixed = 32G
Expand Down

0 comments on commit 1ff0c16

Please sign in to comment.