Skip to content

Commit bea655a

Browse files
committed
WIP Massage CI
1 parent d08633d commit bea655a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-formal.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222
- name: Setup env
2323
run: |
24-
echo "MAX_MEM_GB=100" >> $GITHUB_ENV # Maximum memory available to conductor.py, which is inversely proportional to time. 200GB -> 40 mins
24+
echo "MAX_MEM_GB=50" >> $GITHUB_ENV # Maximum memory available to conductor.py, which is inversely proportional to time. 200GB -> 40 mins
2525
echo "NIX_CONFIG=accept-flake-config = true" >> $GITHUB_ENV
2626
2727
- name: Notify about queued execution

0 commit comments

Comments
 (0)