We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d08633d commit bea655aCopy full SHA for bea655a
1 file changed
.github/workflows/ci-formal.yml
@@ -21,7 +21,7 @@ jobs:
21
steps:
22
- name: Setup env
23
run: |
24
- echo "MAX_MEM_GB=100" >> $GITHUB_ENV # Maximum memory available to conductor.py, which is inversely proportional to time. 200GB -> 40 mins
+ echo "MAX_MEM_GB=50" >> $GITHUB_ENV # Maximum memory available to conductor.py, which is inversely proportional to time. 200GB -> 40 mins
25
echo "NIX_CONFIG=accept-flake-config = true" >> $GITHUB_ENV
26
27
- name: Notify about queued execution
0 commit comments