mirror of
https://github.com/gchq/CyberChef
synced 2026-02-20 11:24:17 +00:00
Increasing Node memory limit from 1G to 2G
This commit is contained in:
@@ -6,7 +6,7 @@ addons:
|
||||
install: npm install
|
||||
before_script:
|
||||
- npm install -g grunt
|
||||
- export NODE_OPTIONS=--max_old_space_size=1024
|
||||
- export NODE_OPTIONS=--max_old_space_size=2048
|
||||
script:
|
||||
- grunt lint
|
||||
- grunt test
|
||||
|
||||
Reference in New Issue
Block a user