mirror of
https://github.com/exo-explore/exo.git
synced 2025-10-23 02:57:14 +03:00
try a different taskpolicy
This commit is contained in:
2
.github/workflows/bench_job.yml
vendored
2
.github/workflows/bench_job.yml
vendored
@@ -116,7 +116,7 @@ jobs:
|
||||
sudo pmset -g
|
||||
|
||||
# Start exo with explicit process control
|
||||
sudo taskpolicy -d 4 -t 4 .venv/bin/exo \
|
||||
sudo taskpolicy -d default -g default -a -t 0 -l 0 .venv/bin/exo \
|
||||
--node-id="${MY_NODE_ID}" \
|
||||
--node-id-filter="${ALL_NODE_IDS}" \
|
||||
--interface-type-filter="Ethernet" \
|
||||
|
||||
Reference in New Issue
Block a user