From f5fcde1659a6ed89742b17627ab6a39d5ef7f9d5 Mon Sep 17 00:00:00 2001 From: Zachary Snow Date: Wed, 10 Mar 2021 17:13:40 -0500 Subject: [PATCH] increase minimum allocation area size to 32m --- sv2v.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sv2v.cabal b/sv2v.cabal index 3cbc829..ec78543 100644 --- a/sv2v.cabal +++ b/sv2v.cabal @@ -108,7 +108,7 @@ executable sv2v -O3 -threaded -rtsopts - -with-rtsopts=-N + "-with-rtsopts=-N -A32m" -funbox-strict-fields -Wall -j