1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 11:22:43 +02:00

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.
This commit is contained in:
Mark Stacey 2019-07-04 11:53:02 -03:00 committed by GitHub
parent df17853502
commit cc7bb306e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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