You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 16, 2023. It is now read-only.
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)
The text was updated successfully, but these errors were encountered:
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: #18
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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)
The text was updated successfully, but these errors were encountered: