File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 99 then :
1010 - script : sudo
1111 with :
12- command : echo ${{SHELL_PID}} >> /sys/fs/cgroup/${{CGROUP_NAME:perf-cgroup}}/tasks/cgroup.procs
12+ command : sh -c ' echo ${{SHELL_PID}} >> /sys/fs/cgroup/${{CGROUP_NAME:perf-cgroup}}/tasks/cgroup.procs'
1313 else :
1414 - log : " Non-Linux OS doesn't support cgroups"
1515 - signal : CGROUP_${{CGROUP_NAME:perf-cgroup}}_DONE
@@ -40,14 +40,14 @@ scripts:
4040 then :
4141 - script : sudo
4242 with :
43- command : echo ${{CGROUP_CPUSET}} > /sys/fs/cgroup/${{CGROUP_NAME:perf-cgroup}}/tasks/cpuset.cpus
43+ command : sh -c ' echo ${{CGROUP_CPUSET}} > /sys/fs/cgroup/${{CGROUP_NAME:perf-cgroup}}/tasks/cpuset.cpus'
4444 - read-state : ${{CGROUP_MAX_MEM}}
4545 then :
4646 - regex : .+
4747 then :
4848 - script : sudo
4949 with :
50- command : echo ${{CGROUP_MAX_MEM}} > /sys/fs/cgroup/${{CGROUP_NAME:perf-cgroup}}/tasks/memory.max
50+ command : sh -c ' echo ${{CGROUP_MAX_MEM}} > /sys/fs/cgroup/${{CGROUP_NAME:perf-cgroup}}/tasks/memory.max'
5151 else :
5252 - log : " Non-Linux OS doesn't support cgroups"
5353
You can’t perform that action at this time.
0 commit comments