From 72e6b0df4f979dcb72a3b98f13959225d76c0f34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20G=C3=89RARD?= Date: Tue, 8 Oct 2019 20:50:28 +0200 Subject: [PATCH] Disable parralel GC as it is counter productive Former-commit-id: 9da3659c692e0a411b6c1a4e01d3e6acf42e789c Former-commit-id: 52902924efe168ab644b9f0a1894b8ce60872e4d [formerly 2f3923fc54b292663a0456bd453d72f467181b55] [formerly 59aa6493e7bdf13accf6d4ae2acc66f6c39b297f [formerly ec7c1c8387be32c2e4de51f7498605a722ce8e14 [formerly ec7c1c8387be32c2e4de51f7498605a722ce8e14 [formerly ec7c1c8387be32c2e4de51f7498605a722ce8e14 [formerly d4c4e115e15071d4adfa914e3542611da6a5754a]]]]] Former-commit-id: 3025025ab24a7d61304753504572c1df807fc372 [formerly b0fd54d1f164ae84800082ef0f9ad537a71af162] Former-commit-id: e765736072b33d18f0b1fa2768d5d29f871f2ddc Former-commit-id: d5bacf2c046c3672dc1629ea57f0b9cc332011e7 Former-commit-id: e5d3ec2e270e92b2c45bc89d2c90e0d2b051cef9 Former-commit-id: 5508adcb7fdbbadf5e74dc3d7f9bbe20f104f7ab [formerly 08a527777c00a365d0bebaa36576e6dc4e682692] Former-commit-id: c61dd27ed001e26a7c4ada1887a2bcf25c6ec74c --- wstunnel.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wstunnel.cabal b/wstunnel.cabal index 95aa78a..a320d3e 100644 --- a/wstunnel.cabal +++ b/wstunnel.cabal @@ -55,7 +55,7 @@ executable wstunnel default-extensions: NoImplicitPrelude, ScopedTypeVariables, BangPatterns, RecordWildCards ghc-options: -threaded -O3 - -rtsopts "-with-rtsopts=-N" + -rtsopts "-with-rtsopts=-N -qb -qg" build-depends: base , bytestring , classy-prelude