提交 cc26fa8f 编写于 作者: C Chen Qun

numa_maxnodes: set maxnode from 128 to 32.

Set maxnode from 128 to 32 for openEuler.
Signed-off-by: NChen Qun <kuhn.chenqun@huawei.com>
上级 fcf293d4
......@@ -90,13 +90,13 @@
extra_params += " -numa node,mem=2560,cpus=5,nodeid=2"
extra_params += " -numa node,mem=512,cpus=3-4,nodeid=0"
extra_params += " -numa node,mem=1024,cpus=0-2,nodeid=1"
- nodes.128:
- nodes.32:
type = numa_maxnodes
numa_nodes = 128
numa_nodes = 32
mem_fixed = 4G
vm_mem_minimum = 4G
use_mem = no
node_size = 32M
node_size = 128M
ppc64,ppc64le:
mem_fixed = 32G
node_size = 256M
......@@ -106,4 +106,4 @@
policy_mem = default
Linux:
numa_cmd = "cat /sys/devices/system/node/possible"
numa_expected = "0-127"
numa_expected = "0-31"
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册