Skip to content

Instantly share code, notes, and snippets.

@prince-neres
Last active July 22, 2025 02:21
Show Gist options
  • Select an option

  • Save prince-neres/fab2b61081cea30fa04863b37f99bc1f to your computer and use it in GitHub Desktop.

Select an option

Save prince-neres/fab2b61081cea30fa04863b37f99bc1f to your computer and use it in GitHub Desktop.
JVM debug args in docker
- LIFERAY_JVM_OPTS=-Xms8g -Xmx8g -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:8000 -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=9010 -Dcom.sun.management.jmxremote.local.only=false -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment