-
-
Notifications
You must be signed in to change notification settings - Fork 33.9k
Closed
Labels
questionIssues that look for answers.Issues that look for answers.v8 engineIssues and PRs related to the V8 dependency.Issues and PRs related to the V8 dependency.
Description
Since upgrading from node 0.10 to 4.2.3, the average response time of my app nearly doubled. It appears to be related to GC. I set up a test environment with 2 identical hosts, one running with --nouse_idle_notification and the other without. Then I count the number of requests that take more than 150ms to finish. The host without --nouse_idle_notification parameter accounts for more than 70% of the total slow responses. @jkrems pointed me to this link https://nodejs.org/en/blog/release/v0.10.0/#latency-and-idle-garbage-collection, which seems to indicate the idle notification has been removed a long time ago to improve performance. Was the idle notification turned back on in later versions?
- Version: v4.2.3
- Platform: Linux 2.6.18-238.el5 deps: update openssl to 1.0.1j #1 SMP Thu Jan 13 15:51:15 EST 2011 x86_64 GNU/Linux
- Subsystem:
Metadata
Metadata
Assignees
Labels
questionIssues that look for answers.Issues that look for answers.v8 engineIssues and PRs related to the V8 dependency.Issues and PRs related to the V8 dependency.