-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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/2.8.x] perf(proxy): use more reasonable keepalive default value for Nginx tuning #12533
Conversation
…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)
Cherry-pick failed for |
Cherry-pick failed for Please cherry-pick the changes locally. git remote add upstream https://github.com/kong/kong-ee
git fetch upstream release/2.8.x
git worktree add -d .worktree/cherry-pick-12533-to-release/2.8.x-to-upstream upstream/release/2.8.x
cd .worktree/cherry-pick-12533-to-release/2.8.x-to-upstream
git checkout -b cherry-pick-12533-to-release/2.8.x-to-upstream
ancref=$(git merge-base c6bbc7d3ad194a45e0dd35609ae2fc13180a5dc8 43208ce6909fc7ce5149f9ed3196b9ca876303cd)
git cherry-pick -x $ancref..43208ce6909fc7ce5149f9ed3196b9ca876303cd |
Cherry-pick failed for Please cherry-pick the changes locally. git remote add upstream https://github.com/kong/kong-ee
git fetch upstream release/2.8.x
git worktree add -d .worktree/cherry-pick-12533-to-release/2.8.x-to-upstream upstream/release/2.8.x
cd .worktree/cherry-pick-12533-to-release/2.8.x-to-upstream
git checkout -b cherry-pick-12533-to-release/2.8.x-to-upstream
ancref=$(git merge-base c6bbc7d3ad194a45e0dd35609ae2fc13180a5dc8 43208ce6909fc7ce5149f9ed3196b9ca876303cd)
git cherry-pick -x $ancref..43208ce6909fc7ce5149f9ed3196b9ca876303cd |
'git push --set-upstream upstream cherry-pick-12533-to-release/2.8.x-to-upstream' failed with exit code 1 |
backport #12223
also backport this PR: https://github.com/Kong/kong-ee/pull/6507
Summary
Bumped default values of
nginx_http_keepalive_requests
andupstream_keepalive_max_requests
to10000
.Checklist
changelog/unreleased/kong
orskip-changelog
label added on PR if changelog is unnecessary. README.mdIssue reference
Fix KAG-3360