← back to Exo
tttttt
739b7d178e347a3cb8f9736cf9a299230bcb78d8 · 2024-12-11 18:02:22 +0000 · Alex Cheema
Files touched
M .github/workflows/bench_job.yml
Diff
commit 739b7d178e347a3cb8f9736cf9a299230bcb78d8
Author: Alex Cheema <alexcheema123@gmail.com>
Date: Wed Dec 11 18:02:22 2024 +0000
tttttt
---
.github/workflows/bench_job.yml | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/.github/workflows/bench_job.yml b/.github/workflows/bench_job.yml
index 6af133b7..9273f62a 100644
--- a/.github/workflows/bench_job.yml
+++ b/.github/workflows/bench_job.yml
@@ -97,11 +97,8 @@ jobs:
ulimit -l unlimited
# 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"
+ CURRENT_PID=$PPID
+ sudo renice -n -20 $CURRENT_PID || true
# Set Metal environment variables
export METAL_DEVICE_WRAPPER_TYPE=1
← cacf50cd tttt
·
back to Exo
·
ttttttt 7c0c5ef7 →