xinyiZzz commented on code in PR #9301:
URL: https://github.com/apache/incubator-doris/pull/9301#discussion_r866446760


##########
be/src/olap/tablet_manager.h:
##########
@@ -205,6 +205,9 @@ class TabletManager {
 
     // trace the memory use by meta of tablet
     std::shared_ptr<MemTracker> _mem_tracker;
+    // The logical memory given by sizeof is less than the actual memory 
allocated by tcmalloc,
+    // Because the minimum memory allocation unit of tcmalloc is page, memory 
fragmentation will occur.

Review Comment:
   OK~



-- 
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]

Reply via email to