mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-14 08:02:15 +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
|
||||
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
|
||||
-- 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
|
||||
|
Loading…
Reference in New Issue
Block a user