[object Object]

← back to Exo

t

83470a98b4607b5da0de9ccec63b78f3a79fe9b1 · 2024-12-11 22:42:02 +0000 · Alex Cheema

Files touched

Diff

commit 83470a98b4607b5da0de9ccec63b78f3a79fe9b1
Author: Alex Cheema <alexcheema123@gmail.com>
Date:   Wed Dec 11 22:42:02 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 285218a4..a3537984 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 -B .venv/bin/exo \
+          sudo taskpolicy -d utility .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 -b -p $PID1  # Set as background task
+          sudo taskpolicy -t utility -p $PID1
           
           echo "=== After starting exo ==="
           ps -eo pid,ppid,user,%cpu,%mem,nice,state,pri,command | head -1

← 92edfa5e t  ·  back to Exo  ·  t 83892d5b →