From b9194d4637ddfc3b9f762d2e4e29a318087e02db Mon Sep 17 00:00:00 2001 From: Joe Crayne Date: Wed, 8 Jan 2020 04:34:54 -0500 Subject: Disable on-idle garbage collection by default. --- dht/dht-client.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dht/dht-client.cabal b/dht/dht-client.cabal index 6a449a6a..362f4b36 100644 --- a/dht/dht-client.cabal +++ b/dht/dht-client.cabal @@ -348,7 +348,7 @@ executable dhtd build-depends: time cpp-options: -DTHREAD_DEBUG -DRENDERFLUSH - ghc-options: -rtsopts -fdefer-typed-holes -threaded + ghc-options: -rtsopts -with-rtsopts=-I0 -fdefer-typed-holes -threaded ghc-prof-options: -g executable testcookie -- cgit v1.2.3