Skip to content

Commit

Permalink
Merge pull request #4183 from mcasquer/2974_128_nodes_to_512
Browse files Browse the repository at this point in the history
numa_opts: increase the mem required for 128 nodes
  • Loading branch information
yanan-fu authored Oct 31, 2024
2 parents 417a8a6 + 1ff0c16 commit ada7894
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 ada7894

Please sign in to comment.