Skip to content

Commit

Permalink
Bump max heap size from 150M to 200M
Browse files Browse the repository at this point in the history
  • Loading branch information
erikd committed Apr 19, 2020
1 parent 4ee043e commit c578ba3
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -155,9 +155,9 @@ test-suite shelley-spec-ledger-test
-- We set a bound here so that we're alerted of potential space
-- leaks in our generators (or test) code.
--
-- The 4 megabytes stack bound and 150 megabytes heap bound were
-- The 4 megabytes stack bound and 200 megabytes heap bound were
-- determined ad-hoc.
"-with-rtsopts=-K4m -M150m"
"-with-rtsopts=-K4m -M200m"
if (!flag(development))
ghc-options:
-Werror
Expand Down

0 comments on commit c578ba3

Please sign in to comment.