Skip to content

Commit abbb1f0

Browse files
committed
reduce mem usage
1 parent b0a9827 commit abbb1f0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pants.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@ jobs:
4747
# pants-ci-config: "['pants.toml', '/tmp/pants.toml']"
4848

4949
- name: Manual install
50+
env:
51+
PANTS_LOCAL_STORE_SHARD_COUNT: 1
52+
PANTS_LOCAL_STORE_PROCESSES_MAX_SIZE_BYTES: 536870912
5053
run: |
5154
curl --proto '=https' --tlsv1.2 -fsSL https://static.pantsbuild.org/setup/get-pants.sh | bash
5255
which -a pants
5356
54-
# Corrupted?
55-
rm -rf /home/runner/.cache/pants/lmdb_store/
56-
5757
pants --print-stacktrace -ldebug --version
5858
5959
- name: Check BUILD files

0 commit comments

Comments
 (0)