QiuMM opened a new issue #6198: About Direct Memory
URL: https://github.com/apache/incubator-druid/issues/6198
 
 
   In current doc, it says the amount of direct memory needed by Druid is at 
least `druid.processing.buffer.sizeBytes * (druid.processing.numMergeBuffers + 
druid.processing.numThreads + 1)`. But for realtime and historical nodes they 
need direct memory for mmap, so the java `MaxDirectMemorySize` should set to 
more larger than this value. Am I right? Or the memory needed by mmap is 
already covered by this value.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to