From 42777dbf118568ba91dec8f61712897663acdad8 Mon Sep 17 00:00:00 2001 From: Karl Knutsson Date: Wed, 29 Jan 2020 17:07:05 +0000 Subject: [PATCH] Use +RTS -N2 -A16m to improve bulk sync performance This helps resolve issue #488 --- cardano-node/cardano-node.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cardano-node/cardano-node.cabal b/cardano-node/cardano-node.cabal index 8abc6acf6df..51b195ab18f 100644 --- a/cardano-node/cardano-node.cabal +++ b/cardano-node/cardano-node.cabal @@ -141,7 +141,7 @@ executable cardano-node ghc-options: -threaded -Wall -rtsopts - "-with-rtsopts=-T -I0" + "-with-rtsopts=-T -I0 -N2 -A16m" -fno-warn-unticked-promoted-constructors build-depends: base >=4.12 && <5