mirror of
https://github.com/containers/podman.git
synced 2025-08-06 11:32:07 +08:00

Continued. Harder-to-review ones this time. Signed-off-by: Ed Santiago <santiago@redhat.com>
289 B
289 B
--cpuset-mems=nodes
Memory nodes (MEMs) in which to allow execution (0-3, 0,1). Only effective on NUMA systems.
If there are four memory nodes on the system (0-3), use --cpuset-mems=0,1 then processes in the container will only use memory from the first two memory nodes.