Skip to content

Commit

Permalink
fix: adjust mem-size and stack-size when running build cmd releaes 3.…
Browse files Browse the repository at this point in the history
…1.7 (node-cube#97)
  • Loading branch information
fishbar authored Sep 6, 2018
1 parent 46b1bc2 commit 8cf10dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/cube-build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env node
#!/usr/bin/env node --stack_size=65535 --max_old_space_size=4096
'use strict';
const fs = require('xfs');
const path = require('path');
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "fish <[email protected]> (https://github.com/fishbar)",
"name": "node-cube",
"description": "a new way to write js in browser",
"version": "3.1.6",
"version": "3.1.7",
"homepage": "https://github.com/fishbar/cube",
"repository": {
"type": "git",
Expand Down

0 comments on commit 8cf10dd

Please sign in to comment.