-
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
perf(proxy): use more reasonable keepalive default value for Nginx tuning #12223
Conversation
55fd707
to
78aadd0
Compare
do not merge until we have accomplished the performance test of these values. |
perf(template) is wrong perf(proxy) or perf(core) is better. |
Thx, @bungle will use |
The performance test has passed. Whether tuning these parameters shows no significant changes in memory and RPS data. For more details, see KAG-3360's comment |
78aadd0
to
5ec21fc
Compare
…ning Bumped default values of `nginx_http_keepalive_requests` and `upstream_keepalive_max_requests` to `10000`. KAG-3360
5ec21fc
to
6574d87
Compare
Successfully created cherry-pick PR for |
Backport failed for Please cherry-pick the changes locally and resolve any conflicts. git fetch origin release/2.8.x
git worktree add -d .worktree/backport-12223-to-release/2.8.x origin/release/2.8.x
cd .worktree/backport-12223-to-release/2.8.x
git switch --create backport-12223-to-release/2.8.x
git cherry-pick -x f7e6eeefe006af11129d1b0e39a1c06449a53d42 |
Git push to origin failed for release/3.4.x with exitcode 1 |
Backport failed for Please cherry-pick the changes locally and resolve any conflicts. git fetch origin release/3.2.x
git worktree add -d .worktree/backport-12223-to-release/3.2.x origin/release/3.2.x
cd .worktree/backport-12223-to-release/3.2.x
git switch --create backport-12223-to-release/3.2.x
git cherry-pick -x f7e6eeefe006af11129d1b0e39a1c06449a53d42 |
'git push --set-upstream upstream cherry-pick-12223-to-master-to-upstream' failed with exit code 1 |
You have exceeded a secondary rate limit and have been temporarily blocked from content creation. Please retry your request again later. If you reach out to GitHub Support for help, please include the request ID A341:3525:1529C6A:2BDC8D7:65A73030. |
Git push to origin failed for release/3.5.x with exitcode 1 |
1 similar comment
Git push to origin failed for release/3.5.x with exitcode 1 |
…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)
Backport failed for Please cherry-pick the changes locally and resolve any conflicts. git fetch origin release/3.3.x
git worktree add -d .worktree/backport-12223-to-release/3.3.x origin/release/3.3.x
cd .worktree/backport-12223-to-release/3.3.x
git switch --create backport-12223-to-release/3.3.x
git cherry-pick -x f7e6eeefe006af11129d1b0e39a1c06449a53d42 |
Successfully created backport PR for |
Git push to origin failed for release/3.5.x with exitcode 1 |
This comment was marked as resolved.
This comment was marked as resolved.
Git push to origin failed for release/3.5.x with exitcode 1 |
…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)
…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)
…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)
…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)
…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)
…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)
…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)
…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)
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