Mind running a `ps aux` so we get confirmation of ...
# troubleshooting
d
Mind running a
ps aux
so we get confirmation of the exact arguments that where provided to the jvm process?
v
Copy code
/usr/local/openjdk-jre/bin/java -Xms4G -Dlog4j2.configurationFile=conf/pinot-admin-log4j2.xml -classpath /usr/local/pinot/lib/* -Dapp.name=pinot-admin -Dapp.pid=645 -Dapp.repo=/usr/local/pinot/lib -Dapp.home=/usr/local/pinot -Dbasedir=/usr/local/pinot org.apache.pinot.tools.admin.PinotAdministrator StartController -configFileName /usr/local/pinot/conf/pinot-controller.conf
wait i found the issue, i added other jvm flags as
JVM_OPTS
and not
JAVA_OPTS
😕
sorry for bothering
d
Happy you found the root cause 🙂