Skip to content

Commit

Permalink
Increase nodejs heap size
Browse files Browse the repository at this point in the history
  • Loading branch information
antonmedv committed Sep 14, 2018
1 parent 7988cba commit affe7d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env node
#!/usr/bin/env node --max-old-space-size=8192
'use strict'
const meow = require('meow')
const stdin = require('get-stdin')
Expand Down

0 comments on commit affe7d2

Please sign in to comment.