Skip to content

Commit

Permalink
correct reports JDP config
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores committed Apr 22, 2023
1 parent 5176071 commit 68a5bea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions smoketest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -241,11 +241,11 @@ runReportGenerator() {
--name reports \
--pull "${PULL_IMAGES}" \
--pod cryostat-pod \
--label io.cryostat.connectUrl="service:jmx:remote+http://localhost:${RJMX_PORT}" \
--label io.cryostat.connectUrl="service:jmx:rmi:///jndi/rmi://localhost:${RJMX_PORT}/jmxrmi" \
--cpus 1 \
--memory 512M \
--restart on-failure \
--env JAVA_OPTIONS="-XX:ActiveProcessorCount=1 -XX:+UseSerialGC -Dorg.openjdk.jmc.flightrecorder.parser.singlethreaded=true -Dcom.sun.management.jmxremote.autodiscovery=true -Dcom.sun.management.jmxremote.port=${RJMX_PORT} -Dcom.sun.management.jmxremote.rmi.port=${RJMX_PORT} -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false" \
--env JAVA_OPTS="-XX:ActiveProcessorCount=1 -Dcom.sun.management.jmxremote.autodiscovery=true -Dcom.sun.management.jmxremote.port=${RJMX_PORT} -Dcom.sun.management.jmxremote.rmi.port=${RJMX_PORT} -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false" \
--env QUARKUS_HTTP_PORT="${port}" \
--rm -d "${REPORTS_IMAGE}"
}
Expand Down

0 comments on commit 68a5bea

Please sign in to comment.