I just put the following together on monitoring memory, and finding memory leaks. Very memwatch centered. Hope it helps:
http://code.osnap.us/wp/?p=43 On Sunday, November 18, 2012 5:22:37 AM UTC-5, Felix E. Klee wrote: > > How do I find out if (not where) there is a memory leak in an app? > > Background: I am using Socket.IO for client/server communication, and I > want to make sure that server side resources are properly cleaned up > when a connection is closed (`disconnect` event). Memory usage should be > proportional (plus a constant) to the number of connections. It should > not increase when reloading the app in the browser. > -- 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
