"examples/tutorials/quantization_quick_start_mnist.py" did not exist on "14d2966b9e91ae16dcc39de8f41017a75cec8ff9"
Unverified Commit 4897ac26 authored by liuzhe-lz's avatar liuzhe-lz Committed by GitHub
Browse files

increase node heap size (#2494)

parent e75a9f5a
......@@ -77,9 +77,9 @@
"typescript": "3.4.5"
},
"scripts": {
"start": "node scripts/start.js",
"build": "node scripts/build.js",
"test": "node scripts/test.js",
"start": "node --max-old-space-size=4096 scripts/start.js",
"build": "node --max-old-space-size=4096 scripts/build.js",
"test": "node --max-old-space-size=4096 scripts/test.js",
"eslint": "npx eslint ./ --ext .tsx,.ts"
},
"eslintConfig": {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment