Skip to content

Commit e8e25d7

Browse files
Increase heap memory for Data.Fold benchmark
1 parent aa68c71 commit e8e25d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

benchmark/streamly-benchmarks.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ benchmark Data.Fold
294294
else
295295
buildable: True
296296
if flag(limit-build-mem) && !flag(fusion-plugin)
297-
ghc-options: +RTS -M500M -RTS
297+
ghc-options: +RTS -M600M -RTS
298298

299299
benchmark Data.Fold.Prelude
300300
import: bench-options

0 commit comments

Comments
 (0)