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

[improve](load) reduce memory reserved in memtable limiter (#37511) #37699

Merged
merged 2 commits into from
Jul 15, 2024

Conversation

kaijchen
Copy link
Contributor

cherry-pick #37511

)

causing memtable memory limiter reserving too much memory.

This PR adds a BE config `memtable_limiter_reserved_memory_bytes`,
defaults to 800MB, which defines bytes reserved in memtable memory
limiter.
@doris-robot
Copy link

Thank you for your contribution to Apache Doris.
Don't know what should be done next? See How to process your PR

Since 2024-03-18, the Document has been moved to doris-website.
See Doris Document.

@kaijchen
Copy link
Contributor Author

run buildall

Copy link
Contributor

clang-tidy review says "All clean, LGTM! 👍"

@kaijchen
Copy link
Contributor Author

run buildall

Copy link
Contributor

clang-tidy review says "All clean, LGTM! 👍"

@doris-robot
Copy link

TeamCity be ut coverage result:
Function Coverage: 36.60% (9270/25328)
Line Coverage: 28.12% (75833/269655)
Region Coverage: 26.93% (38969/144692)
Branch Coverage: 23.63% (19779/83696)
Coverage Report: http://coverage.selectdb-in.cc/coverage/6b5860ad94c3f49944efbf81d386c2db74085bc8_6b5860ad94c3f49944efbf81d386c2db74085bc8/report/index.html

@liaoxin01 liaoxin01 merged commit 232202b into apache:branch-2.1 Jul 15, 2024
19 of 21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants