-
Notifications
You must be signed in to change notification settings - Fork 30.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
High CPU usage - futex_wait, gettimeofday syscalls #8735
Comments
Start node with |
Just FYI. It turned out it was one a regular expressions consuming all CPU. |
thanks @bnoordhuis for --perf_basic_prof flag. |
I am currently encountering a similar issue. my program is started in
Could you give me some ideas on how to continue tracking the root cause? |
Got situation with very high CPU usage on node 4.5 and 6.x.
The actual node.js process get stuck (no logs etc ...).
running ctrace prints this:
Also seen often before:
After a few minutes the process contiunes to run. Then I get this in ctrace:
Any ideas to how I could find the "gettime" calls, or debug this further?
The text was updated successfully, but these errors were encountered: