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:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to