We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65cb165 commit 37e7ecaCopy full SHA for 37e7eca
.circleci/config.yml
@@ -598,8 +598,9 @@ jobs:
598
test_dashboard:
599
environment:
600
# Note that the max old space setting is per worker, so running the tests
601
- # with 4 workers on a 4Gb (free plan) needs 1Gb of max old space.
602
- NODE_OPTIONS: "--max-old-space-size=1024"
+ # with 4 workers on a 4Gb (free plan) needs 1Gb of max old space. Forcing
+ # garbage collection to start earlier with 512M per worker.
603
+ NODE_OPTIONS: "--max-old-space-size=512"
604
docker:
605
- image: circleci/node:<< pipeline.parameters.NODE_VERSION >>
606
steps:
0 commit comments