You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems like by default worker_rlimit_nofile sets the value of the ulimit, so we can avoid setting it explicitly. But worker_connections by default is 512 and that definitely needs to be increased.
Handle the ulimit value in the CLI when it's
unlimited
and not a numeric value.The text was updated successfully, but these errors were encountered: