mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 14:56:19 -04:00
Increasing Node memory limit from 1G to 2G
This commit is contained in:
parent
bc00fa0694
commit
cb2c376c63
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ addons:
|
||||||
install: npm install
|
install: npm install
|
||||||
before_script:
|
before_script:
|
||||||
- npm install -g grunt
|
- npm install -g grunt
|
||||||
- export NODE_OPTIONS=--max_old_space_size=1024
|
- export NODE_OPTIONS=--max_old_space_size=2048
|
||||||
script:
|
script:
|
||||||
- grunt lint
|
- grunt lint
|
||||||
- grunt test
|
- grunt test
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue