We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43f1beb commit 67ab1e9Copy full SHA for 67ab1e9
Makefile
@@ -14,7 +14,9 @@ else
14
AGDA_MIN_HEAP ?= 4G
15
endif
16
17
-AGDARTS := +RTS -H$(AGDA_MIN_HEAP) -M6G -RTS
+# Temporarily raise maximum heap size; should compile with the previous 6G
18
+# before merging
19
+AGDARTS := +RTS -H$(AGDA_MIN_HEAP) -M14G -RTS
20
AGDAFILES := $(shell find src -name temp -prune -o -type f \( -name "*.lagda.md" -not -name "everything.lagda.md" \) -print)
21
CONTRIBUTORS_FILE := CONTRIBUTORS.toml
22
0 commit comments