Closed cassade closed 6 years ago
NodeJS must be executed with --max-old-space-size=8192 option to be able to process 32mb blocks, i.e.:
--max-old-space-size=8192
node --max-old-space-size=8192 index.js start
where index.js:
var bitcore = require('./lib/cli/bitcore'); bitcore();
CHANGES
NOTES
NodeJS must be executed with
--max-old-space-size=8192
option to be able to process 32mb blocks, i.e.:where index.js: