-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
config: Revise SimpleLRUCache Configuration #17532
Conversation
Codecov Report
@@ Coverage Diff @@
## master #17532 +/- ##
===========================================
Coverage 79.9105% 79.9105%
===========================================
Files 526 526
Lines 146505 146505
===========================================
Hits 117073 117073
Misses 20145 20145
Partials 9287 9287 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Co-authored-by: Feng Liyuan <darktemplar.f@gmail.com>
The PR title has to be changed. |
@SunRunAway PTAL when you are free. |
/run-all-tests |
/run-unit-test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
server-mem-quota
is also confused, since this config item is for plan cache, why not call it plan-cache-mem-quota
?
@qw4990 The reason why we are going to deprecate the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
/run-all-tests |
@Yisaer merge failed. |
/run-integration-br-test |
What problem does this PR solve?
Issue Number: close #17567
What is changed and how it works?
max-memory
configurationserver-mem-quota
instead ofmax-memory
Release note
server-memory-quota
control the tidb-server memory quotamax-memory
deprecated