Use -A8m for default rtsopts for benchmark

This commit is contained in:
John MacFarlane 2021-03-18 15:46:20 -07:00
parent 87eb8dfda4
commit 8235daf780

View file

@ -833,4 +833,4 @@ benchmark benchmark-pandoc
time,
deepseq
-- we increase heap size to avoid benchmarking garbage collection:
ghc-options: -rtsopts -with-rtsopts=-A256m -threaded
ghc-options: -rtsopts -with-rtsopts=-A8m -threaded