mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-14 17:02:49 +03:00
update resource limits on circleci [force ci]
GitOrigin-RevId: 0ed0c7d32400f0a940be7ad1b22a6b55b751cbb5
This commit is contained in:
parent
88c3d7c787
commit
0b294bab5c
@ -4,9 +4,11 @@ reject-unconstrained-dependencies: all
|
|||||||
|
|
||||||
package graphql-engine
|
package graphql-engine
|
||||||
ghc-options:
|
ghc-options:
|
||||||
-j3 -Werror
|
-- Tune for the circleci `xlarge` resource class, which provides
|
||||||
-- Limit heap size to a little less than 8GB, which is the amount of
|
-- 8 vcpus.
|
||||||
-- available memory on a CircleCI `large` instance.
|
-j6 -Werror
|
||||||
+RTS -M7500m -RTS
|
-- Limit heap size to 15G, to maintain some breathing room given
|
||||||
|
-- the 16G of available memory.
|
||||||
|
+RTS -M15000m -RTS
|
||||||
tests: true
|
tests: true
|
||||||
benchmarks: true
|
benchmarks: true
|
||||||
|
Loading…
Reference in New Issue
Block a user