update resource limits on circleci [force ci]

GitOrigin-RevId: 0ed0c7d32400f0a940be7ad1b22a6b55b751cbb5
This commit is contained in:
Swann Moreau 2021-01-29 19:32:37 +05:30 committed by hasura-bot
parent 88c3d7c787
commit 0b294bab5c

View File

@ -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