graphql-engine/server/cabal.project.ci
Swann Moreau 0b294bab5c update resource limits on circleci [force ci]
GitOrigin-RevId: 0ed0c7d32400f0a940be7ad1b22a6b55b751cbb5
2021-01-29 14:36:07 +00:00

15 lines
396 B
Plaintext

-- The project configuration used when building in CI.
reject-unconstrained-dependencies: all
package graphql-engine
ghc-options:
-- Tune for the circleci `xlarge` resource class, which provides
-- 8 vcpus.
-j6 -Werror
-- Limit heap size to 15G, to maintain some breathing room given
-- the 16G of available memory.
+RTS -M15000m -RTS
tests: true
benchmarks: true