Skip to content

Commit 8c09118

Browse files
committed
Raise heap size of memory tests from 8M to 16M (fixes #8029)
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.
1 parent fbeb0a1 commit 8c09118

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cabal-install/cabal-install.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ Test-Suite memory-usage-tests
339339
hs-source-dirs: tests
340340
default-language: Haskell2010
341341

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

344344
other-modules:
345345
UnitTests.Distribution.Solver.Modular.DSL

0 commit comments

Comments
 (0)