Skip to main content

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

Don't forget that Jetty relies on the underlying operating system for
SSL connection management.

The limits and timeout behaviours you report could be coming from there.

Why not write yourself a simple Java SSL socket server and re-run your
tests on it - to help distinguish between Jetty and Operating System
limitations.

Chris H

On Mon, 2014-04-07 at 23:28 -0700, Bharti wrote:
> 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.
> 





Back to the top