From 9dba00ce3dac0a71bffe48ff1e1d4e6b22b539bf Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 19 Aug 2020 14:54:02 +0200 Subject: [PATCH] chore: disable nonblocking gc --- package.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.yaml b/package.yaml index 3472dcdae..bd1a154a4 100644 --- a/package.yaml +++ b/package.yaml @@ -260,12 +260,12 @@ executables: - condition: flag(library-only) buildable: false ghc-options: - - -threaded -rtsopts "-with-rtsopts=-N -T -xn" + - -threaded -rtsopts "-with-rtsopts=-N -T" # Nonblocking GC causes segfaults in production as of 2020-08-19 uniworxdb: main: Database.hs ghc-options: - -main-is Database - - -threaded -rtsopts "-with-rtsopts=-N -T -xn" + - -threaded -rtsopts "-with-rtsopts=-N -T" source-dirs: test dependencies: - uniworx @@ -278,7 +278,7 @@ executables: main: Load.hs ghc-options: - -main-is Load - - -threaded -rtsopts "-with-rtsopts=-N -T -xn" + - -threaded -rtsopts "-with-rtsopts=-N -T" source-dirs: load dependencies: - uniworx @@ -312,7 +312,7 @@ tests: - yesod-persistent ghc-options: - -fno-warn-orphans - - -threaded -rtsopts "-with-rtsopts=-N -T -xn" + - -threaded -rtsopts "-with-rtsopts=-N -T" hlint: main: Hlint.hs other-modules: []