Skip to content

Commit cd29011

Browse files
committed
install cgroups
1 parent 85f7ebd commit cd29011

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/BenchmarksApps/TechEmpower/startprocess.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
#!/bin/bash
22

3+
# Install dependencies
4+
apt-get update \
5+
&& apt-get install -y --no-install-recommends \
6+
cgroup-tools
7+
38
cgcreate -g cpu,cpuset:/cpugroup1
49
cgcreate -g cpu,cpuset:/cpugroup2
510

0 commit comments

Comments
 (0)