Skip to content
Snippets Groups Projects
Commit eba9078d authored by Jiří Kalvoda's avatar Jiří Kalvoda
Browse files

run.sh: thread id

parent e62b1903
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
bash gen_main_test.sh $@ | shuf | systemd-run --send-sighup -Pd -E LOGFILE=$LOGFILE -E workdir=$workdir --user -p CPUAffinity=1 -p MemoryMax=16G -p MemoryHigh=16G sh
bash gen_main_test.sh ${@:2} | shuf | systemd-run --send-sighup -Pd -E LOGFILE=$LOGFILE -E workdir=$workdir --user -p CPUAffinity=$1 -p MemoryMax=14G -p MemoryHigh=14G sh
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment