-
-
Notifications
You must be signed in to change notification settings - Fork 309
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
Always growing FD count #171
Comments
Do you know what transport it is using primarily? That would help in tracking down the issue. |
The major difference is of course the faye-websocket version which received a major update to handle deflate. |
+1 |
Waiting for faye-websocket-node fix. |
|
published to npm as |
Awesome high five |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello, i upgrade from 0.3.9 to 0.3.12 and problem raise up. FD growing up and when i see graph with http connections, they still going to up. Num of connections i get from:
server = http.createServer(express);
console.log(server._connections);
and result is here: http://grabberapp.com/ety45t (with 6000 users). FD count in version 0.3.9 was about 1 to 1 with online users (~6000 FD). In version 0.3.12 FD going up (last value was ~50000 and then i need restart server - max open files = 50000).
How many FD should by opened, when you have e.g. 10000 ESTABLISHED connections.
When i go down to version 0.3.9 FD ~ ESTABLISHED connections. In version 0.3.12 after few hours is 3-times greater and still go up.
The text was updated successfully, but these errors were encountered: