Skip to content

Commit cc40b53

Browse files
Increase heap to build Data.Array.Generic benchmark
1 parent 48d6392 commit cc40b53

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
@@ -261,7 +261,7 @@ benchmark Data.Array.Generic
261261
else
262262
buildable: True
263263
if flag(limit-build-mem) && !flag(fusion-plugin)
264-
ghc-options: +RTS -M500M -RTS
264+
ghc-options: +RTS -M1000M -RTS
265265

266266
benchmark Data.Array.Stream
267267
import: bench-options

0 commit comments

Comments
 (0)