Skip to content

Commit 0c6f53c

Browse files
committed
Wait for the thing to exit
1 parent 1b15e16 commit 0c6f53c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

run-coldstart.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/bash
22
sudo -i sysctl kernel.perf_event_paranoid=1
33
sudo -i sysctl kernel.kptr_restrict=0
4-
nohup taskset -c 0 java -cp target/benchmarks.jar ai.timefold.solver.benchmarks.micro.coldstart.Main > target/nohup.out 2>&1 &
4+
taskset -c 0 java -cp target/benchmarks.jar ai.timefold.solver.benchmarks.micro.coldstart.Main

run-scoredirector.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/bash
22
sudo -i sysctl kernel.perf_event_paranoid=1
33
sudo -i sysctl kernel.kptr_restrict=0
4-
nohup taskset -c 0 java -cp target/benchmarks.jar ai.timefold.solver.benchmarks.micro.scoredirector.Main > target/nohup.out 2>&1 &
4+
taskset -c 0 java -cp target/benchmarks.jar ai.timefold.solver.benchmarks.micro.scoredirector.Main

0 commit comments

Comments
 (0)