Skip to content

Commit

Permalink
t
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexCheema committed Dec 11, 2024
1 parent 83470a9 commit 83892d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bench_job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
echo "Starting exo daemon..."
# Start exo with explicit process control
sudo taskpolicy -d utility .venv/bin/exo \
sudo taskpolicy -d 4 -t 4 .venv/bin/exo \
--node-id="${MY_NODE_ID}" \
--node-id-filter="${ALL_NODE_IDS}" \
--interface-type-filter="Ethernet" \
Expand All @@ -130,7 +130,7 @@ jobs:
# Set additional process priorities
sudo renice -n -20 -p $PID1
sudo taskpolicy -t utility -p $PID1
sudo taskpolicy -t 4 -p $PID1
echo "=== After starting exo ==="
ps -eo pid,ppid,user,%cpu,%mem,nice,state,pri,command | head -1
Expand Down

0 comments on commit 83892d5

Please sign in to comment.