lcldragon opened a new issue #3719:
URL: https://github.com/apache/incubator-doris/issues/3719
doris_main.cpp 这个文件中的
#if !defined(ADDRESS_SANITIZER) && !defined(LEAK_SANITIZER) &&
!defined(THREAD_SANITIZER)
MallocExtension::instance()->SetNumericProperty("tcmalloc.aggressive_memory_decommit",
21474836480);
#endif
tcmalloc 属性使用错误 应该使用
tcmalloc.max_total_thread_cache_bytes 这个属性
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]