Hehe, gems…
Sounds like garbage collection. Do you create large objects or buffers temporarily?
-Chad
From: nod...@googlegroups.com [mailto:nod...@googlegroups.com] On Behalf Of Dor Tzur
Sent: Wednesday, November 14, 2012 4:08 AM
To: nod...@googlegroups.com
Subject: [nodejs] nodejs 100% cpu randomly
We're having a problem where every once in a while one of our environments our node app runs on 100% CPU. The server isn't very active and usually runs on 0%-2% CPU.
I was wondering what are the common issues that might cause this problem and what would be the best way to find out what causing this issue.
technical spec:
node version 0.8.14
ubuntu 11.10
Intel(R) Xeon(R) CPU E5645 @ 2.40GHz
gems used: "express" : 2.5.x, "log" : "1.2.x", "redis" : "0.8.x", "socket.io" : "0.9.x", "mongodb": ">= 0.9.6-7", "passport" : "0.x.x", "passport-local" : "0.x.x",
--
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 nod...@googlegroups.com
To unsubscribe from this group, send email to
nodejs+un...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en
node*:::gc-start{self->ts = timestamp;}node*:::gc-done{printf("Garbage Collection - [%Y] - %d",walltimestamp,timestamp - self->ts);self->ts = 0}