Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] Limiting number of accepted sockets.

Recently I had several Jetty processes die from OOM because the memory overhead from the number of accepted TLS connections was more than 1G.  Jetty seems to have an accept rate limiting configuration but no absolute limit on the number of accepted sockets.  Is this correct?

Thanks,
Sean

Back to the top