tests: Use native support of shared memory
This replaces the deprecated way of allocating anonymous shared memory explicitly from '/dev/shm'. Signed-off-by: Bo Chen <chen.bo@intel.com>
This commit is contained in:
parent
a8d1849485
commit
5736205cf0
1 changed files with 1 additions and 1 deletions
|
|
@ -2230,7 +2230,7 @@ mod common_parallel {
|
|||
"--memory-zone",
|
||||
"id=mem0,size=1G,hotplug_size=2G",
|
||||
"--memory-zone",
|
||||
"id=mem1,size=1G,file=/dev/shm",
|
||||
"id=mem1,size=1G,shared=on",
|
||||
"--memory-zone",
|
||||
"id=mem2,size=1G,host_numa_node=0,hotplug_size=2G",
|
||||
])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue