-
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
The meaning of max-memory
in config has changed
#17298
Comments
@SunRunAway PTAL |
Good catch. Thank you @cfzjywxk The annotation in config file says,
The configuration description clearly says that But, The documentation says it's only used for plan cache.
|
IMO, for best compatibility for upgraded servers from old versions, we should,
|
@Yisaer Would you like to take a look? |
fixed in #17532 |
Please edit this comment or add a new comment to complete the following informationNot a bug
Duplicate bug
BugNote: Make Sure that 'component', and 'severity' labels are added 1. Root Cause Analysis (RCA) (optional)2. Symptom (optional)3. All Trigger Conditions (optional)4. Workaround (optional)5. Affected versions6. Fixed versions |
Bug Report
Please answer these questions before submitting your issue. Thanks!
Since the
GlobalMemoryUsageTracker
is introduced, its size is decided byperformance.max-memory
configuration. But this configuration is still used by prepared plan cache to set the maximum plan cache size, better to remove this usage for prepare plan cache or change its name to avoid possible incorrect configurations, a single configuration should not have two usages.1. Minimal reproduce step (Required)
2. What did you expect to see? (Required)
3. What did you see instead (Required)
4. Affected version (Required)
5. Root Cause Analysis
The text was updated successfully, but these errors were encountered: