Re: memory usage for ssl_client_certificate

2021-01-06 Thread Maxim Dounin
Hello! On Tue, Jan 05, 2021 at 02:13:04PM -0800, Frank Liu wrote: > If I have a 5M pem file for ssl_client_certificate, and 1000 concurrent > connections, will nginx load the file 1000 times with 1000*5M memory usage, > or only 1 time load in memory to be shared across all connections? The certi

memory usage for ssl_client_certificate

2021-01-05 Thread Frank Liu
Hi, If I have a 5M pem file for ssl_client_certificate, and 1000 concurrent connections, will nginx load the file 1000 times with 1000*5M memory usage, or only 1 time load in memory to be shared across all connections? Thanks! Frank ___ nginx mailing li