xinyiZzz opened a new pull request, #26362: URL: https://github.com/apache/doris/pull/26362
## Proposed changes `tc/jemalloc_free_memory` in web `beip:8040/mem_tracker` is the cache size of Jemalloc. Previously `lg_tcache_max:20`, this will cache up to 1M Bin in the thread cache, which will cause the Jemalloc cache to be too large in some scenarios. Restore the default `lg_tcache_max:16`, which can cache a maximum of 64K Bins.  ## Further comments If this is a relatively large or complex change, kick off the discussion at [[email protected]](mailto:[email protected]) by explaining why you chose the solution you did and what alternatives you considered, etc... -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
