You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2019/02/17 12:01:44 UTC

[GitHub] Alexander1902 opened a new issue #7085: Not enough direct memory

Alexander1902 opened a new issue #7085: Not enough direct memory
URL: https://github.com/apache/incubator-druid/issues/7085
 
 
   the druid error :Not enough direct memory.  Please adjust -XX:MaxDirectMemorySize, druid.processing.buffer.sizeBytes, druid.processing.numThreads, or druid.processing.numMergeBu
   ffers: maxDirectMemory[2,022,178,816], memoryNeeded[2,684,354,560] = druid.processing.buffer.sizeBytes[536,870,912] * (druid.processing.numMergeBuffers[2] + druid.
   processing.numThreads[2] + 1)
   but i set "
   -server
   -Xms12g
   -Xmx12g
   -XX:MaxDirectMemorySize=5120m
   " and "
   druid.processing.buffer.sizeBytes=536870912
   druid.processing.numThreads=2
   ".
   Why does it make every feedback error when running "bin/post-index-task -- URL http:/*. **. *:: 8090/ - coordinator-url http://*. *. *. *:*:::*: 8081/ - file quickstart/myinsert/flowtable_test.json"?
   Please help me.

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


With regards,
Apache Git Services

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