This message was deleted.
# general
s
This message was deleted.
a
what command are you using to start druid?
r
Copy code
./bin/start-single-server-medium
which runs run-druid which runs run-java
a
Copy code
./conf/druid/single-server/medium/*/jvm.config
you can set those extraJavaOps in the above place.
*
here refers to various services
r
thank you Abishek. will try those