wirybeaver commented on issue #16643:
URL: https://github.com/apache/pinot/issues/16643#issuecomment-3218918368

   @lnbest0707-uber The uber currently use Mmap instead of Direct memory for 
the mutable segments?
   
   The default value of direct memory = false  
[link](https://github.com/apache/pinot/blob/868e2c9e7ced50c865bfe4fd0aa0e4200f6666ae/pinot-spi/src/main/java/org/apache/pinot/spi/utils/CommonConstants.java#L1054)
   
   _memoryManager is set to MmapMemoryManager. 
[link](https://github.com/apache/pinot/blob/868e2c9e7ced50c865bfe4fd0aa0e4200f6666ae/pinot-core/src/main/java/org/apache/pinot/core/data/manager/realtime/RealtimeSegmentDataManager.java#L1693)
   


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