fix: disable parallel GC for perf on high-core CPU

This commit is contained in:
steve-chavez
2022-05-31 12:17:36 -05:00
committed by Steve Chavez
parent e4cdb8c491
commit 9aa400c8f3
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -146,7 +146,7 @@ executable postgrest
, containers >= 0.5.7 && < 0.7
, postgrest
, protolude >= 0.3 && < 0.4
ghc-options: -threaded -rtsopts "-with-rtsopts=-N -I2"
ghc-options: -threaded -rtsopts "-with-rtsopts=-N -I2 -qg"
-O2 -Werror -Wall -fwarn-identities
-fno-spec-constr -optP-Wno-nonportable-include-path