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 certificates in the ssl_client_certificate file are loaded during configuration parsing, and the amount of memory used does not depend on the number of connections. -- Maxim Dounin http://mdounin.ru/ _______________________________________________ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx