← back to Exo
test
741c31836ec641aa78ab6b187af26231cbda7727 · 2024-12-11 22:27:10 +0000 · Alex Cheema
Files touched
Diff
commit 741c31836ec641aa78ab6b187af26231cbda7727
Author: Alex Cheema <alexcheema123@gmail.com>
Date: Wed Dec 11 22:27:10 2024 +0000
test
---
.github/bootstrap.sh | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/.github/bootstrap.sh b/.github/bootstrap.sh
index 4cf98ccd..db660c3a 100755
--- a/.github/bootstrap.sh
+++ b/.github/bootstrap.sh
@@ -239,6 +239,30 @@ sudo tee /Library/LaunchDaemons/com.github.runner.plist > /dev/null << EOF
</dict>
<key>ProcessType</key>
<string>Interactive</string>
+ <key>LowPriorityIO</key>
+ <false/>
+ <key>AbandonProcessGroup</key>
+ <false/>
+ <key>EnableTransactions</key>
+ <true/>
+ <key>ThrottleInterval</key>
+ <integer>0</integer>
+ <key>HardResourceLimits</key>
+ <dict>
+ <key>NumberOfFiles</key>
+ <integer>524288</integer>
+ <key>MemoryLock</key>
+ <integer>-1</integer>
+ </dict>
+ <key>SoftResourceLimits</key>
+ <dict>
+ <key>NumberOfFiles</key>
+ <integer>524288</integer>
+ <key>MemoryLock</key>
+ <integer>-1</integer>
+ </dict>
+ <key>QOSClass</key>
+ <string>User-Interactive</string>
<key>StandardOutPath</key>
<string>$RUNNER_DIR/_diag/runner.log</string>
<key>StandardErrorPath</key>
@@ -248,6 +272,8 @@ sudo tee /Library/LaunchDaemons/com.github.runner.plist > /dev/null << EOF
<key>PATH</key>
<string>/usr/local/bin:/opt/homebrew/bin:/usr/bin:/bin:/usr/sbin:/sbin</string>
</dict>
+ <key>Nice</key>
+ <integer>-20</integer>
</dict>
</plist>
EOF
← d0b7f1b4 t
·
back to Exo
·
tes 6249bee7 →