mscdex, question about that, I have a process running at 370 some MB in RES (in TOP) but the output from process.memoryUsage() is 51 MB. Any clues on that? I know Linux memory management is weird but I have been relying on process.memoryUsage(). What is it actually?
On Tuesday, July 17, 2012 8:18:32 PM UTC-5, mscdex wrote: > > On Tuesday, July 17, 2012 8:46:35 PM UTC-4, Carlos wrote: >> >> I have three node.js express webapps served via vhost under a single >> node.js process which is itself behind a lighttpd proxy. The only modules >> used by the three apps are connect, express, express-messages, jade, >> nodemailer and node-sqlite3. That's it. (The node apps are not using >> mongo or mysql.) As you can see, the VM for node is approaching a >> gigabyte. Wow. I might add that the web apps are just sitting there, not >> getting any hits. For comparison, I see that the node REPL pulls 621MB of >> vm on this system. >> > > I wouldn't worry about the VM size. The memory actually being > used (RES) by node is only 22mb here. > -- 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
