Skip to content

Commit

Permalink
Use +RTS -N2 -A16m to improve bulk sync performance
Browse files Browse the repository at this point in the history
This helps resolve issue #488
  • Loading branch information
karknu authored and dcoutts committed Jan 31, 2020
1 parent 93daaf2 commit 42777db
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 42777db

Please sign in to comment.