-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
[revert](memory) Revert disable Jemalloc Hook #45507
Conversation
…time (apache#45210)" This reverts commit c5a2307.
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
TeamCity be ut coverage result: |
TPC-H: Total hot run time: 39985 ms
|
TPC-DS: Total hot run time: 195940 ms
|
ClickBench: Total hot run time: 32.41 s
|
What problem does this PR solve?
It is not easy to remove
with-jemalloc-prefix
, which may affect the compatibility between third-party and old version codes.Also, will building failed on Mac, it said can't find mallctl symbol. because jemalloc's default prefix on macOS is "je_", not "".
Maybe can use alias instead of override.
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)