mirror of
https://github.com/exo-explore/exo.git
synced 2025-10-23 02:57:14 +03:00
test
This commit is contained in:
26
.github/bootstrap.sh
vendored
26
.github/bootstrap.sh
vendored
@@ -239,6 +239,30 @@ sudo tee /Library/LaunchDaemons/com.github.runner.plist > /dev/null << EOF
|
|||||||
</dict>
|
</dict>
|
||||||
<key>ProcessType</key>
|
<key>ProcessType</key>
|
||||||
<string>Interactive</string>
|
<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>
|
<key>StandardOutPath</key>
|
||||||
<string>$RUNNER_DIR/_diag/runner.log</string>
|
<string>$RUNNER_DIR/_diag/runner.log</string>
|
||||||
<key>StandardErrorPath</key>
|
<key>StandardErrorPath</key>
|
||||||
@@ -248,6 +272,8 @@ sudo tee /Library/LaunchDaemons/com.github.runner.plist > /dev/null << EOF
|
|||||||
<key>PATH</key>
|
<key>PATH</key>
|
||||||
<string>/usr/local/bin:/opt/homebrew/bin:/usr/bin:/bin:/usr/sbin:/sbin</string>
|
<string>/usr/local/bin:/opt/homebrew/bin:/usr/bin:/bin:/usr/sbin:/sbin</string>
|
||||||
</dict>
|
</dict>
|
||||||
|
<key>Nice</key>
|
||||||
|
<integer>-20</integer>
|
||||||
</dict>
|
</dict>
|
||||||
</plist>
|
</plist>
|
||||||
EOF
|
EOF
|
||||||
|
|||||||
Reference in New Issue
Block a user