githubzxh commented on issue #13418:
URL: https://github.com/apache/druid/issues/13418#issuecomment-1336708489

   jvm config:
   -server
   -Xms128m
   -Xmx128m
   -XX:+ExitOnOutOfMemoryError
   -XX:+UseG1GC
   -Duser.timezone=UTC
   -Dfile.encoding=UTF-8
   -Djava.io.tmpdir=var/tmp
   -Djava.util.logging.manager=org.apache.logging.log4j.jul.LogManager
   -Dlogfile.name=middleManager
   ~                     
   
   runtime property
                  
   druid.service=druid/middleManager
   druid.plaintextPort=8091
   
   # Number of tasks per middleManager
   druid.worker.capacity=12
   
   # Task launch parameters
   druid.indexer.runner.javaCommand=bin/run-java
   
druid.indexer.runner.javaOptsArray=["-server","-Xms500m","-Xmx500m","-XX:MaxDirectMemorySize=600m","-Duser.timezone=UTC","-Dfile.encoding=UTF-8","-XX:+ExitOnOutOfMemoryError","-Djava.util.logging.manager=org.apache.logging.log4j.jul.LogManager"]
   druid.indexer.task.baseTaskDir=var/druid/task
   
   # HTTP server threads
   druid.server.http.numThreads=6
   
   # Processing threads and buffers on Peons
   druid.indexer.fork.property.druid.processing.numMergeBuffers=2
   druid.indexer.fork.property.druid.processing.buffer.sizeBytes=50MiB
   druid.indexer.fork.property.druid.processing.numThreads=1
   
   # Hadoop indexing
   druid.indexer.task.hadoopWorkingPath=var/druid/hadoop-tmp
   
   
   
   


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