On Tue, Jul 3, 2012 at 6:02 PM, chusi <[email protected]> wrote: > I updated nodejs on a ubuntu server (10.04.3 LTS) from v0.6.17 to v0.8.1. > The applications consists of a bunch of scripts that all connect together > over socket.io. I'm monitoring the memory usage i receive from > process.memoryUsage().rss and graph it. I recognized that all my scripts at > least doubled in memory usage. Some that used to be around 16MB before, > started using more then 30, and some climbed up to around 50MB, even if they > almost do nothing. > > I switched back to the old version and the memory stats got better again. > > is anybody else seeing such a change in memory consumption as well? any idea > how to "resolve" this issue?
Sanity check - what do `file /path/to/old/node` and `file /path/to/new/node` print? -- 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
