Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[backport -> release/3.3.x] perf(proxy): use more reasonable keepalive default value for Nginx tuning #12531

Merged
merged 2 commits into from
Feb 6, 2024

Commits on Feb 6, 2024

  1. perf(template): use more reasonable default value for Nginx tuning (#…

    …11515)
    
    Bumped the default value of `upstream_keepalive_pool_size` to `512` and `upstream_keepalive_max_requests` to `1000`.
    
    FTI-4868
    dndx authored and chobits committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    db380b2 View commit details
    Browse the repository at this point in the history
  2. perf(proxy): use higher default keepalive request value for Nginx tun…

    …ing (#12223)
    
    Bumped default values of `nginx_http_keepalive_requests` and
    `upstream_keepalive_max_requests` to `10000`.
    
    KAG-3360
    
    ---------
    
    Co-authored-by: Datong Sun <[email protected]>
    (cherry picked from commit f7e6eee)
    chobits committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    4e44268 View commit details
    Browse the repository at this point in the history