Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] Memory requirements for Jetty SSL implementation

Hi,

I want to implement Jetty server with SSL configuration. At present reserved
memory for Jetty process is 1 GB. I need to know the memory requirement for
SSL implementation. 

Is it different from non ssl scenarios? How much memory is required per ssl
connection?

I have tested a scenario where 1GB is reached after 10k connections are
established at Jetty SSL port.
But, without SSL, this limit is not reached.



--
View this message in context: http://jetty.4.x6.nabble.com/Memory-requirements-for-Jetty-SSL-implementation-tp4962411.html
Sent from the Jetty User mailing list archive at Nabble.com.


Back to the top