diff options
author | Mark Stacey <markjstacey@gmail.com> | 2019-07-04 22:53:02 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-04 22:53:02 +0800 |
commit | cc7bb306e2c2c00538764b9ae515db183f559e8b (patch) | |
tree | 659e111e6a1bdac6fcedbff012daf49eccc523e2 /.circleci | |
parent | df17853502f2a9cad6bf0067663de9496f67a7b7 (diff) | |
download | tangerine-wallet-browser-cc7bb306e2c2c00538764b9ae515db183f559e8b.tar.gz tangerine-wallet-browser-cc7bb306e2c2c00538764b9ae515db183f559e8b.tar.zst tangerine-wallet-browser-cc7bb306e2c2c00538764b9ae515db183f559e8b.zip |
Increase CircleCI `addons-linter` memory (#6802)
`addons-linter` will occasionally run out of heap space. This provides 3
GB of heap for that script rather than the default ~1.5 GB. The CircleCI
containers have 4GB of memory, so this should leave plenty of extra
space for non-heap memory.
Diffstat (limited to '.circleci')
-rw-r--r-- | .circleci/config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index a69903373..8144aac61 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -284,7 +284,7 @@ jobs: at: . - run: name: test:mozilla-lint - command: npm run mozilla-lint + command: NODE_OPTIONS=--max_old_space_size=3072 npm run mozilla-lint test-integration-flat-firefox: docker: |