mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 01:47:00 +01: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:
parent
df17853502
commit
cc7bb306e2
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user