Skip to content

Commit

Permalink
tests: Make sure to enable cpuset controller
Browse files Browse the repository at this point in the history
Signed-off-by: Stéphane Graber <[email protected]>
  • Loading branch information
stgraber committed Dec 17, 2024
1 parent 8c5f161 commit ce45d17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_proc.in
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ if [ "$IS_CGROUP_V2" = "1" ]; then

echo 1 > ${hierarchy_path}/lxcfs_test_proc/cgroup.procs

echo '+cpu +memory' > ${hierarchy_path}/cgroup.subtree_control
echo '+cpu +cpuset +memory' > ${hierarchy_path}/cgroup.subtree_control

memory_limit_file=memory.max
else
Expand Down

0 comments on commit ce45d17

Please sign in to comment.