commercetools / sphere-node-product-csv-sync

Component to import, export and update your SPHERE.IO products via CSV.
https://impex.sphere.io
MIT License
13 stars 11 forks source link

Investigate possible memory leak #51

Open emmenko opened 10 years ago

emmenko commented 10 years ago

It might be related to https://github.com/sphereio/sphere-node-product-csv-sync/issues/50

The process just gets killed

Process exited with code (137)
Killed
FATAL ERROR: JS Allocation failed - process out of memory
Abort trap: 6
emmenko commented 10 years ago

http://www.joyent.com/developers/node/debug/#findleaks http://illumos.org/man/3malloc/umem_debug http://strongloop.com/strongblog/node-js-performance-tip-of-the-week-memory-leak-diagnosis/ http://strongloop.com/strongblog/node-js-performance-heap-profiling-tip/