You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2021/03/13 03:58:43 UTC

[GitHub] [incubator-doris] HappenLee opened a new issue #5515: [Proposal] Make MemTracker more accurate

HappenLee opened a new issue #5515:
URL: https://github.com/apache/incubator-doris/issues/5515


   ## Motivation
   At present, Doris MemTracker are very chaotic. There are a lot of memory occupation not recorded. As a result, many scenes can not accurately judge the memory usage, and quickly locate the real mem problem.
   
   So, we should now sort them out so that Doris' memory usage can be seen at a glance.
   
   ## Which Part Should be Register in MemTracker
   
   I used TCmalloc to analyze the memory allocation of Doris. I found that the following modules will occupy a lot of memory, but without effective memory monitoring, it will bring trouble to Doris.
   
   * **DataLoad** 
   * **StoragePageCache**
   * **SchemaChange**
   * **Compaction**: Both auto compaction and manual compaction
   * **TabletManager**
   
   


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



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


[GitHub] [incubator-doris] yangzhg closed issue #5515: [Proposal] Make MemTracker more accurate

Posted by GitBox <gi...@apache.org>.
yangzhg closed issue #5515:
URL: https://github.com/apache/incubator-doris/issues/5515


   


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



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