Alex Cheema 5 luni în urmă
părinte
comite
cacf50cd57
1 a modificat fișierele cu 3 adăugiri și 2 ștergeri
  1. 3 2
      .github/workflows/bench_job.yml

+ 3 - 2
.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"