Skip to content

Commit 2e55cc1

Browse files
authored
[CI] [Haskell] Increase heap size to avoid heap overflow (#1915)
1 parent a1cfdca commit 2e55cc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coq-docker.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ jobs:
399399
name: ExtractionHaskell-source-${{ matrix.coq-version }}
400400
path: src/ExtractionHaskell
401401
- name: standalone-haskell
402-
run: etc/ci/github-actions-make.sh -f Makefile.standalone -j1 standalone-haskell GHCFLAGS='+RTS -M7G -RTS'
402+
run: etc/ci/github-actions-make.sh -f Makefile.standalone -j1 standalone-haskell GHCFLAGS='+RTS -M9G -RTS'
403403
- name: upload Haskell files
404404
uses: actions/upload-artifact@v4
405405
with:

0 commit comments

Comments
 (0)