Skip to content

Commit

Permalink
Merge #506
Browse files Browse the repository at this point in the history
506: Use +RTS -N2 -A16m to improve bulk sync performance r=dcoutts a=karknu



Co-authored-by: Karl Knutsson <[email protected]>
  • Loading branch information
iohk-bors[bot] and karknu authored Jan 31, 2020
2 parents 93daaf2 + 42777db commit 18bfc5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cardano-node/cardano-node.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 18bfc5b

Please sign in to comment.