From 7631e6111824c00db3b24785e29ad1346d6a7180 Mon Sep 17 00:00:00 2001 From: Michael Chavinda Date: Thu, 25 Jun 2026 12:08:04 -0700 Subject: [PATCH] fix: Update GHC RTS options so we don't OOM on 16 cores --- haskell/haskell-benchmark.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/haskell/haskell-benchmark.cabal b/haskell/haskell-benchmark.cabal index 1a5fe6ea..8817f4b7 100644 --- a/haskell/haskell-benchmark.cabal +++ b/haskell/haskell-benchmark.cabal @@ -19,7 +19,7 @@ common df-deps , directory >= 1.3 , unix default-language: Haskell2010 - ghc-options: -O2 -threaded -rtsopts -with-rtsopts=-N + ghc-options: -O2 -threaded -rtsopts "-with-rtsopts=-N8 -c -F1.5 -M30g -Fd1" executable groupby-haskell import: df-deps