bebraw / stalbum

Static album generator (MIT)
http://bebraw.github.io/stalbum-starter/
MIT License
1 stars 0 forks source link

Investigate ENOMEM #12

Closed bebraw closed 11 years ago

bebraw commented 11 years ago

Trace below:

stalbum 0.5.4

child_process.js:927
    throw errnoException(process._errno, 'spawn');
          ^
Error: spawn ENOMEM
    at errnoException (child_process.js:980:11)
    at ChildProcess.spawn (child_process.js:927:11)
    at Object.exports.spawn (child_process.js:715:9)
    at exec2 (/usr/lib/node_modules/stalbum/node_modules/imagemagick/imagemagick.js:24:25)
    at Object.exports.identify (/usr/lib/node_modules/stalbum/node_modules/imagemagick/imagemagick.js:149:14)
    at /usr/lib/node_modules/stalbum/lib/photos.js:29:12
    at /usr/lib/node_modules/stalbum/node_modules/async/lib/async.js:224:13
    at /usr/lib/node_modules/stalbum/node_modules/async/lib/async.js:108:13
    at Array.forEach (native)
    at _each (/usr/lib/node_modules/stalbum/node_modules/async/lib/async.js:32:24)
bebraw commented 11 years ago

This probably isn't an issue anymore given that it is possible to modify the amount of instances used. At least it won't spawn like crazy after the recent changes.