mirror of
https://github.com/exo-explore/exo.git
synced 2025-10-23 02:57:14 +03:00
tttt
This commit is contained in:
5
.github/workflows/bench_job.yml
vendored
5
.github/workflows/bench_job.yml
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user