Skip to content

Commit 67ab1e9

Browse files
committed
Temporarily bump maximum heap size
Even macOS runners have 14GB of RAM, so this might just go through CI?
1 parent 43f1beb commit 67ab1e9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ else
1414
AGDA_MIN_HEAP ?= 4G
1515
endif
1616

17-
AGDARTS := +RTS -H$(AGDA_MIN_HEAP) -M6G -RTS
17+
# Temporarily raise maximum heap size; should compile with the previous 6G
18+
# before merging
19+
AGDARTS := +RTS -H$(AGDA_MIN_HEAP) -M14G -RTS
1820
AGDAFILES := $(shell find src -name temp -prune -o -type f \( -name "*.lagda.md" -not -name "everything.lagda.md" \) -print)
1921
CONTRIBUTORS_FILE := CONTRIBUTORS.toml
2022

0 commit comments

Comments
 (0)