hudi-bot opened a new issue, #14937: URL: https://github.com/apache/hudi/issues/14937
[Jemalloc|http://jemalloc.net/] is general purpose glibc `malloc` implementation replacing native version, aimed at battling memory fragmentation and providing richer profiling capabilities. Given the nature of Hudi (it's memory intensive) we could try experimenting running it w/ jemalloc evaluating whether it could bring any performance benefits. ## JIRA info - Link: https://issues.apache.org/jira/browse/HUDI-2927 - Type: Task --- ## Comments 03/Dec/21 20:14;alexey.kudinkin;Some examples of using jemalloc in production: [https://medium.com/nerds-malt/java-in-k8s-how-weve-reduced-memory-usage-without-changing-any-code-cbef5d740ad] ;;; -- 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]
