Hello Everybody I want to change how to GC perform into in activemq. I have edited the starting shell and I have seen some memory variables.
If I edit the starting shell with follow parameters: export ACTIVEMQ_HOME=/opt/apache-activemq-5.8.0 export ACTIVEMQ_BASE=$ACTIVEMQ_BASE export ACTIVEMQ_OPTS_MEMORY="-Xms2G -Xmx2G" *${ACTIVEMQ_HOME}/bin/activemq -XX:-UseParallelGC "$*"* I get the follow error: INFO: Unrecognized option: -XX:-UseParallelGC How can I set this parameters? Thanks for your help. Regards