We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 544f8de commit 6174b19Copy full SHA for 6174b19
run-tests.sh
@@ -5,17 +5,18 @@
5
echo "Current cgroup"
6
cat /proc/self/cgroup | grep memory
7
8
+PRESSURE=3
9
+
10
#Just add your test here, we will figure out how to check the
11
#results later on.
-./volatile-test
12
13
14
15
+./volatile-test -p $PRESSURE
16
17
-./volatile-test-signal
18
19
20
21
+./volatile-test-signal -p $PRESSURE
22
0 commit comments