Skip to content

Commit

Permalink
CI: set heap size to 6G (#1073)
Browse files Browse the repository at this point in the history
* CI: set heap size to 6G

* CI: Change it in the makefile instead...

* Revert "CI: set heap size to 6G"

This reverts commit 24d7874.
  • Loading branch information
felixwellen authored Oct 30, 2023
1 parent abdb1f9 commit b0c105f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ AGDA_BIN?=agda
AGDA_FLAGS?=-W error
AGDA_EXEC?=$(AGDA_BIN) $(AGDA_FLAGS)
FIX_WHITESPACE?=fix-whitespace
RTS_OPTIONS=+RTS -H3G -RTS
RTS_OPTIONS=+RTS -H6G -RTS
AGDA=$(AGDA_EXEC) $(RTS_OPTIONS)
RUNHASKELL?=runhaskell
EVERYTHINGS=$(RUNHASKELL) ./Everythings.hs
Expand Down

0 comments on commit b0c105f

Please sign in to comment.