Change memory limit of Prelude.Adapative module

This commit is contained in:
Anurag Hooda 2020-12-08 11:19:56 +00:00 committed by Harendra Kumar
parent 87421d6d10
commit 91a89db002

View File

@ -382,6 +382,7 @@ benchmark Prelude.Adaptive
type: exitcode-stdio-1.0
hs-source-dirs: Streamly/Benchmark/Prelude
main-is: Adaptive.hs
ghc-options: +RTS -M3000M -RTS
if impl(ghcjs)
buildable: False
else