dweiss commented on code in PR #15307:
URL: https://github.com/apache/lucene/pull/15307#discussion_r2415729407
##########
.github/workflows/run-checks-all.yml:
##########
@@ -87,8 +87,20 @@ jobs:
- name: Configure tools
uses: ./.github/actions/prepare-for-build
+ - name: Speedup MacOS runner
+ if: ${{ runner.os == 'macOS' }}
+ run: |
+ mkdir /tmp/tmpfs
+ sudo mount_tmpfs -o noowners -s 1g /tmp/tmpfs
+ sudo sysctl debug.lowpri_throttle_enabled=0
+ echo "tests.workDir=/tmp/tmpfs/lucene" >>
build-options.local.properties
Review Comment:
Thank you for using these local build option overrides.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]