mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-11-10 18:50:52 +03:00
0b294bab5c
GitOrigin-RevId: 0ed0c7d32400f0a940be7ad1b22a6b55b751cbb5
15 lines
396 B
Plaintext
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
|