Skip to content
Snippets Groups Projects
Commit 68559850 authored by ale's avatar ale
Browse files

Lower default for nginx_worker_connections

parent ffab36c8
No related branches found
No related tags found
No related merge requests found
Pipeline #71416 passed
...@@ -22,7 +22,7 @@ nginx_limit_perserver_rate: "100r/s" ...@@ -22,7 +22,7 @@ nginx_limit_perserver_rate: "100r/s"
nginx_limit_perserver_burst: 100 nginx_limit_perserver_burst: 100
# Various top-level NGINX configuration options that might need tuning. # Various top-level NGINX configuration options that might need tuning.
nginx_worker_connections: 8388608 nginx_worker_connections: 65536
nginx_keepalive_timeout: "20s" nginx_keepalive_timeout: "20s"
nginx_server_names_hash_max_size: 2048 nginx_server_names_hash_max_size: 2048
nginx_server_names_hash_bucket_size: 2048 nginx_server_names_hash_bucket_size: 2048
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment