Welcome! Log In Create A New Profile

Advanced

Re: SSL session cache

Maxim Dounin
June 17, 2011 04:04AM
Hello!

On Fri, Jun 17, 2011 at 10:48:07AM +1200, Ryan B wrote:

> Increasing the ssl_session cache from 10 to 30mins, would cause less
> cpu? (getting around 200 ssl hits/per min)
>
> ssl_session_cache shared:SSL:10m;
> ssl_session_timeout 10m;
>
> to:
> ssl_session_cache shared:SSL:30m;
> ssl_session_timeout 10m;

"30m" isn't "30mins" here, but 30 megabytes for session storage
instead. In 10m about 40000 sessions may be stored, and this is
much more than you have hits per hour. So this particular change
isn't going to cause any visible effect.

Maxim Dounin

_______________________________________________
nginx mailing list
nginx@nginx.org
http://nginx.org/mailman/listinfo/nginx
Subject Author Posted

SSL session cache

fanboy June 16, 2011 06:50PM

Re: SSL session cache

Maxim Dounin June 17, 2011 04:04AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 220
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready