This message was deleted.
# troubleshooting
s
This message was deleted.
d
OOM Killer killed it. The memory usage configuration is not correct.
s
@Didip Kerabat I had given these parameters as per druid recomendation only
Copy code
value: -server -Xms8G -Xmx8G -XX:MaxDirectMemorySize=12G -Duser.timezone=UTC
            -Dfile.encoding=UTF-8 -Djava.util.logging.manager=org.apache.logging.log4j.jul.LogManager
            -XX:+UseConcMarkSweepGC -XX:+PrintGCDetails -XX:+PrintGCTimeStamps -Djute.maxbuffer=16777216

resources:
          limits:
            cpu: "10"
            memory: 100Gi

# Processing threads and buffers
    druid.processing.buffer.sizeBytes=500000000
    druid.processing.numMergeBuffers=3
    druid.processing.numThreads=9
    druid.processing.tmpDir=var/druid/processing
j
@sridhara , have you defined
requests
memory?, as said @Didip Kerabat, 137 exit code is an OOM killer from system to the process caused by high memory request
f
if you update to Druid 25, there’s a script that auto tunes memory configs for you
s
Issue got resolved... Actually issue is not with memory... issue is with cores
Thanks for your suggestions