I'm trying to make sure my application doesn't have any memory leaks. Is there any way to do this rather than just monitoring it in production?
My test suite pretty much covers the entire application, what about crudely putting it in a loop and running it a few thousand times and checking the memory usage? I find it a little difficult to understand exactly where memory leaks happen with v8, i've googled but not really come up with much. I don't really understand what is garbage collected and what's not. -- 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
