aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Stacey <markjstacey@gmail.com>2019-07-04 22:53:02 +0800
committerGitHub <noreply@github.com>2019-07-04 22:53:02 +0800
commitcc7bb306e2c2c00538764b9ae515db183f559e8b (patch)
tree659e111e6a1bdac6fcedbff012daf49eccc523e2
parentdf17853502f2a9cad6bf0067663de9496f67a7b7 (diff)
downloadtangerine-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.
-rw-r--r--.circleci/config.yml2
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: