Open radioverve opened 10 years ago
Your node processes eat up memory, so either more memory, don't fork or serialized the jobs.
On Mon, Jul 21, 2014 at 9:40 PM, Shreyas notifications@github.com wrote:
Hey, When running node passbook on all incoming transactions on a queue, i find the following error after about the 10th passbook is created. Is there something i need to do when running this at scale? I am Error: spawn ENOMEM at errnoException (child_process.js:1000:11) at ChildProcess.spawn (child_process.js:947:11) at exports.spawn (child_process.js:735:9) at exports.execFile (child_process.js:617:15) at signManifest (/home/ubuntu/insider-master-queue/node_modules/passbook/lib/pass.js:352:14) at Pass.signZip (/home/ubuntu/insider-master-queue/node_modules/passbook/lib/pass.js:331:3) at doneWithImages (/home/ubuntu/insider-master-queue/node_modules/passbook/lib/pass.js:258:12) at IncomingMessage.
(/home/ubuntu/insider-master-queue/node_modules/passbook/lib/pass.js:248:9) at IncomingMessage.emit (events.js:117:20)
Reply to this email directly or view it on GitHub: https://github.com/assaf/node-passbook/issues/18
Hey,
When running node passbook on all incoming transactions on a queue, i find the following error after about the 10th passbook is created. Is there something i need to do when running this at scale?
I am Error: spawn ENOMEM at errnoException (child_process.js:1000:11) at ChildProcess.spawn (child_process.js:947:11) at exports.spawn (child_process.js:735:9) at exports.execFile (child_process.js:617:15) at signManifest (/home/ubuntu/insider-master-queue/node_modules/passbook/lib/pass.js:352:14) at Pass.signZip (/home/ubuntu/insider-master-queue/node_modules/passbook/lib/pass.js:331:3) at doneWithImages (/home/ubuntu/insider-master-queue/node_modules/passbook/lib/pass.js:258:12) at IncomingMessage. (/home/ubuntu/insider-master-queue/node_modules/passbook/lib/pass.js:248:9)
at IncomingMessage.emit (events.js:117:20)