aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2021-03-18 15:46:20 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2021-03-18 15:46:20 -0700
commit8235daf780313be09c4bbce578e46b40bcc21215 (patch)
tree66bc3a8d15ff70ebb7f9cd63a7e6b4fe1b9cc3b8
parent87eb8dfda4914dd8738c9ae0d9b591e65d8bf7e2 (diff)
downloadpandoc-8235daf780313be09c4bbce578e46b40bcc21215.tar.gz
Use -A8m for default rtsopts for benchmark
-rw-r--r--pandoc.cabal2
1 files changed, 1 insertions, 1 deletions
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