Hello,
What was done to configure load balancer to handle large number of
connections?
I am not familiar with nginx
nginx.conf
...
events {
worker_connections 4096;
}
...
ulimit -n
shows 1024
I know that lighttpd doc recommend to set open file limit 2-3 times
more then max connections that lighttpd will open.
http://redmine.lighttpd.net/wiki/lighttpd/Server.max-connectionsDetails
I guess in case www role ulimit must be ~10.000
Lighttpd is changing ulimit -n automatically when launched as root.
Regards, Max
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"scalr-discuss" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/scalr-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---