← back to Exo
t
83892d5b7ebe004dc861ecd3617807fac03c7baa · 2024-12-11 22:45:59 +0000 · Alex Cheema
Files touched
M .github/workflows/bench_job.yml
Diff
commit 83892d5b7ebe004dc861ecd3617807fac03c7baa
Author: Alex Cheema <alexcheema123@gmail.com>
Date: Wed Dec 11 22:45:59 2024 +0000
t
---
.github/workflows/bench_job.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/bench_job.yml b/.github/workflows/bench_job.yml
index a3537984..e96ca79a 100644
--- a/.github/workflows/bench_job.yml
+++ b/.github/workflows/bench_job.yml
@@ -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" \
@@ -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
← 83470a98 t
·
back to Exo
·
les goh 20e3065e →