← back to Exo
tttt
cacf50cd57a1b027fdfd09e4934d63458d3ca2c0 · 2024-12-11 18:00:28 +0000 · Alex Cheema
Files touched
M .github/workflows/bench_job.yml
Diff
commit cacf50cd57a1b027fdfd09e4934d63458d3ca2c0
Author: Alex Cheema <alexcheema123@gmail.com>
Date: Wed Dec 11 18:00:28 2024 +0000
tttt
---
.github/workflows/bench_job.yml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/bench_job.yml b/.github/workflows/bench_job.yml
index f48c14bb..6af133b7 100644
--- a/.github/workflows/bench_job.yml
+++ b/.github/workflows/bench_job.yml
@@ -96,8 +96,9 @@ jobs:
# Set max locked memory to unlimited
ulimit -l unlimited
- # Set process priority class
- sudo chrt -f -p 99 $$
+ # Set process priority using macOS commands
+ sudo renice -n -20 $$ || true
+ sudo /usr/bin/nice -n -20 $$ || true
# Disable memory compression
sudo nvram boot-args="vm_compressor=1"
← 0904cda3 ttt
·
back to Exo
·
tttttt 739b7d17 →