From 56f1fe4ee70707af30866ffaacd67caeafe7e2b2 Mon Sep 17 00:00:00 2001 From: crumbtoo Date: Mon, 11 Dec 2023 18:23:26 -0700 Subject: [PATCH] default value for --heap-trigger --- app/Main.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Main.hs b/app/Main.hs index 26ed2db..a531b0a 100644 --- a/app/Main.hs +++ b/app/Main.hs @@ -50,6 +50,7 @@ options = RLPCOptions <> metavar "INT" <> help "the number of nodes allowed on the heap before\ \triggering the garbage collector" + <> value 50 ) <*> some (argument str $ metavar "FILES...") where