Increase buffer, which I think people are hitting!

leapdao
Alex 6 years ago
parent 57bab8633c
commit 8570b48283
  1. 2
      lib/app.js

@ -213,7 +213,7 @@ class App {
const command = require.resolve('ethereumjs-testrpc-sc/cli.js');
// Launch
const execOpts = {maxBuffer: 1024 * 1024 * 10};
const execOpts = {maxBuffer: 1024 * 1024 * 100};
this.testrpcProcess = childprocess.exec(`node ${command} ${options}`, execOpts, (err, stdout, stderr) => {
if (err) {
if (stdout) this.log(`testRpc stdout:\n${stdout}`);

Loading…
Cancel
Save