Without knowing more details about your app, all I can say is you have a 
memory leak somewhere.  V8 will garbage-collect unused memory.

You'll want to survey your app for objects that grow without bounds and 
figure out if/how/why they should be growing like that.

On Thursday, January 10, 2013 6:17:21 PM UTC-8, Ket wrote:
>
> Hi,
>
> I've an experience that my app eat up my web server memory and it stop 
> working.
>
> How do you release memory when the app is not in use and how do you manage 
> memory allotment so that node.js would not use up all the memory again and 
> again.
>
> Thank you.
>

-- 
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 nodejs@googlegroups.com
To unsubscribe from this group, send email to
nodejs+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

Reply via email to