From c7230182a058609263e351ae576705d7a51b0c9e Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 18 Mar 2021 11:02:46 -0700 Subject: pandoc.cabal: bake in -A8m to rtsopts. This reserves a larger allocation area and reduces GC, speeding up execution. --- pandoc.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pandoc.cabal') diff --git a/pandoc.cabal b/pandoc.cabal index 7e9d81951..7e617c8ee 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -426,7 +426,7 @@ common common-options common common-executable import: common-options build-depends: pandoc - ghc-options: -rtsopts -with-rtsopts=-K16m -threaded + ghc-options: -rtsopts -with-rtsopts=-K16m -with-rtsopts=-A8m -threaded library -- cgit v1.2.3