We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d84de9 commit e61b91dCopy full SHA for e61b91d
package.json
@@ -4,8 +4,8 @@
4
"version": "3.2.3",
5
"scripts": {
6
"build": "node build.js",
7
- "test": "node --expose-gc --max-old-space-size=3072 tests/main.js",
8
- "benchmark": "node --expose-gc --max-old-space-size=3072 tests/benchmark.js",
+ "test": "node --expose-gc --max-old-space-size=1024 tests/main.js",
+ "benchmark": "node --expose-gc --max-old-space-size=1024 tests/benchmark.js",
9
"lint": "eslint src tests --quiet"
10
},
11
"repository": {
0 commit comments