We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4ad803 commit a37db42Copy full SHA for a37db42
.github/workflows/pants.yaml
@@ -43,7 +43,7 @@ jobs:
43
44
- name: Limit LMDB memory usage
45
if: runner.arch == 'ARM64'
46
- run: echo "PANTS_LOCAL_STORE_PROCESSES_MAX_SIZE_BYTES=536870912" >> $GITHUB_ENV
+ run: echo "PANTS_LOCAL_STORE_PROCESSES_MAX_SIZE_BYTES=1073741824" >> $GITHUB_ENV
47
48
- uses: pantsbuild/actions/init-pants@v8
49
if: matrix.setup == 'init-pants-action'
0 commit comments