From 8235daf780313be09c4bbce578e46b40bcc21215 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 18 Mar 2021 15:46:20 -0700 Subject: [PATCH] Use -A8m for default rtsopts for benchmark --- pandoc.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandoc.cabal b/pandoc.cabal index 7e617c8ee..d0347e22f 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -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