On Sun, Jul 8, 2012 at 6:50 PM, Matt Gollob <[email protected]> wrote: > I'm experiencing ever-increasing memory usage in my application and I think > I've isolated at least part of it to node's zlib module. > > This gist (https://gist.github.com/3071680#file_zlibtest.js) attempts to > illustrate the issue. Also included is the raw data for a run using zlib > (absolute.dat), and for a run without (nozlib.dat) as well as a gnuplot > script (memusage.p) for generating a graph of the data. > > These tests were done on arch linux with node v0.8.1 (git tag) built with > gcc 4.7.1 > > Can anyone confirm there is an issue? Should I be using zlib in a different > way?
I'm not able to reproduce it. Testing it on my x86_64 machine with the HEAD of the v0.8 branch, memory usage climbs to 80 MB and stays there. -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
