Skip to content

Commit cee3fea

Browse files
robxandreabedini
authored andcommitted
Raise heap size of memory tests from 8M to 16M (fixes haskell#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 haskell#8029.
1 parent 0066580 commit cee3fea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cabal-install/cabal-install.cabal

Lines changed: 1 addition & 1 deletion
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)