graphql-engine/server/cabal.project.ci
2020-08-26 23:16:23 -05:00

13 lines
334 B
Plaintext

-- The project configuration used when building in CI.
reject-unconstrained-dependencies: all
package graphql-engine
ghc-options:
-j3 -Werror
-- Limit heap size to a little less than 8GB, which is the amount of
-- available memory on a CircleCI `large` instance.
+RTS -M7500m -RTS
tests: true
benchmarks: true