issues
search
emqx
/
esockd
Erlang general non-blocking TCP/SSL socket server
https://www.emqx.com
Apache License 2.0
211
stars
84
forks
source link
Check max connections config against ulimit and processes limit
#198
Closed
zmstone
closed
2 weeks ago
zmstone
commented
2 weeks ago
Add a validation for
max_connections
config, make sure it's not greater than
ulimit
and
process_llimit
Added a new close reason counter group named
closed_max_limit
.
max_connections
config, make sure it's not greater thanulimit
andprocess_llimit
closed_max_limit
.