proxies: increase max workers

Also add a ssl connection cache.
These changes are live on proxy01/10 and seem to have made them stable
again. Will look at pushing to the rest tomorrow.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi
2021-09-21 16:19:14 -07:00
parent e16b76aa31
commit 313674646d
2 changed files with 3 additions and 1 deletions

View File

@@ -7,7 +7,7 @@ num_cpus: 6
# This is used in the httpd.conf to determine the value for serverlimit and
# maxrequestworkers. On 8gb proxies, 900 seems fine. But on 4gb proxies, this
# should be lowered in the host vars for that proxy.
maxrequestworkers: 900
maxrequestworkers: 1500
tcp_ports: [
# For apache, generally.

View File

@@ -773,3 +773,5 @@ EnableSendfile on
# Configure a location for OCSP stapling
SSLStaplingCache shmcb:/tmp/stapling_cache(128000)
SSLSessionCache shmcb:/run/httpd/sslcache(10240000)
SSLSessionCacheTimeout 600