https://issues.apache.org/bugzilla/show_bug.cgi?id=56474
Bug ID: 56474
Summary: WebSocket memory consumption too much
Product: Tomcat 8
Version: 8.0.5
Hardware: PC
OS: Linux
Status: NEW
Severity: major
Priority: P2
Component: WebSocket
Assignee: [email protected]
Reporter: [email protected]
Hi,
I noticed that for 60k websockets the memory consumption is around 6G. I
compared with other Web/EE containers and it's with at least 75% more (same
test, just creating 60 thousands persistent connections).
Has to do with default Socket io buffers?
My HTTP configuration:
<Connector port="8080" protocol="org.apache.coyote.http11.Http11NioProtocol"
connectionTimeout="20000" keepAliveTimeout="-1" redirectPort="8443"
acceptCount="20000" acceptorThreadCount="8" maxThreads="10000"
maxConnections="-1" maxKeepAliveRequests="-1" />
Thank you,
Cristian
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]