Skip to content

Instantly share code, notes, and snippets.

@hbobenicio
Created April 15, 2025 14:09
Show Gist options
  • Save hbobenicio/f2333fa6c2cc559101396cea3f5156e0 to your computer and use it in GitHub Desktop.
Save hbobenicio/f2333fa6c2cc559101396cea3f5156e0 to your computer and use it in GitHub Desktop.
Java Properties for Remote Profiling (VisualVM)
-Dcom.sun.management.jmxremote.host=0.0.0.0
-Dcom.sun.management.jmxremote.port=1234
-Dcom.sun.management.jmxremote.ssl=false
-Dcom.sun.management.jmxremote.authenticate=false
-Dcom.sun.management.jmxremote.local.only=false
-Dcom.sun.management.jmxremote
-Djava.rmi.server.hostname=0.0.0.0
-Djava.security.policy=jstatd.all.policy
-Dcom.sun.management.jmxremote.rmi.port=1234
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment