diff options
author | John MacFarlane <jgm@berkeley.edu> | 2021-03-18 15:46:20 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2021-03-18 15:46:20 -0700 |
commit | 8235daf780313be09c4bbce578e46b40bcc21215 (patch) | |
tree | 66bc3a8d15ff70ebb7f9cd63a7e6b4fe1b9cc3b8 | |
parent | 87eb8dfda4914dd8738c9ae0d9b591e65d8bf7e2 (diff) | |
download | pandoc-8235daf780313be09c4bbce578e46b40bcc21215.tar.gz |
Use -A8m for default rtsopts for benchmark
-rw-r--r-- | pandoc.cabal | 2 |
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 |