Skip to content

Commit

Permalink
Raise heap size of memory tests from 8M to 16M (fixes #8029)
Browse files Browse the repository at this point in the history
There appears to be a small regression in heap usage with GHC 9.2.1.
This raises the limit to accommodate that, and give a bit of a buffer.
Compare analysis at #8029.
  • Loading branch information
robx committed Mar 4, 2022
1 parent fbeb0a1 commit 8c09118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cabal-install/cabal-install.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ Test-Suite memory-usage-tests
hs-source-dirs: tests
default-language: Haskell2010

ghc-options: -threaded -rtsopts "-with-rtsopts=-M8M -K1K"
ghc-options: -threaded -rtsopts "-with-rtsopts=-M16M -K1K"

other-modules:
UnitTests.Distribution.Solver.Modular.DSL
Expand Down

0 comments on commit 8c09118

Please sign in to comment.