Skip to content

Commit

Permalink
Fix #7070: remove built-in max heap setting -M3.5G for Agda
Browse files Browse the repository at this point in the history
This pre-setting makes Agda run out of heap when it could allocate more.

Closes #7070.
  • Loading branch information
andreasabel committed Jan 30, 2024
1 parent 1179610 commit 5331d76
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Agda.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -861,8 +861,9 @@ executable agda
-- been idle for 0.3 s. This feature turned out to be annoying, so
-- the idle GC is now by default turned off (-I0).
ghc-options:
-threaded -rtsopts
"-with-rtsopts=-M3.5G -I0"
-threaded
-rtsopts
-with-rtsopts=-I0

-- agda-mode executable
---------------------------------------------------------------------------
Expand Down

0 comments on commit 5331d76

Please sign in to comment.