Skip to content
Snippets Groups Projects
Commit aae7a764 authored by Alexandre TISON's avatar Alexandre TISON
Browse files

Added the same jmx remote args as prod

parent ffe7c3fc
No related branches found
No related tags found
1 merge request!11changed port from 5000 to 9036 as 5000 is known to be used by some trojans
...@@ -52,7 +52,7 @@ ...@@ -52,7 +52,7 @@
<HTTP_PROXY>http://proxy.synchrotron-soleil.fr:8080</HTTP_PROXY> <HTTP_PROXY>http://proxy.synchrotron-soleil.fr:8080</HTTP_PROXY>
<HTTPS_PROXY>http://proxy.synchrotron-soleil.fr:8080</HTTPS_PROXY> <HTTPS_PROXY>http://proxy.synchrotron-soleil.fr:8080</HTTPS_PROXY>
<BPE_DELIM_JAVA_TOOL_OPTIONS xml:space="preserve"> </BPE_DELIM_JAVA_TOOL_OPTIONS> <!-- Appends to the list of java JVM args with a space: https://stackoverflow.com/questions/61855229/how-to-set-jvm-arguments-when-running-mvn-spring-bootbuild-image-command-in-spr --> <BPE_DELIM_JAVA_TOOL_OPTIONS xml:space="preserve"> </BPE_DELIM_JAVA_TOOL_OPTIONS> <!-- Appends to the list of java JVM args with a space: https://stackoverflow.com/questions/61855229/how-to-set-jvm-arguments-when-running-mvn-spring-bootbuild-image-command-in-spr -->
<BPE_APPEND_JAVA_TOOL_OPTIONS>-XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/workspace/log/Hdump.log -XX:ErrorFile=/workspace/log/error.log -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.local.only=false</BPE_APPEND_JAVA_TOOL_OPTIONS> <!-- JVM options go here --> <BPE_APPEND_JAVA_TOOL_OPTIONS>-XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/workspace/log/Hdump.log -XX:ErrorFile=/workspace/log/error.log -Dcom.sun.management.jmxremote=true -Djava.awt.headless=true -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.local.only=false</BPE_APPEND_JAVA_TOOL_OPTIONS> <!-- JVM options go here -->
<BPL_JMX_ENABLED>true</BPL_JMX_ENABLED> <BPL_JMX_ENABLED>true</BPL_JMX_ENABLED>
<BPL_JMX_PORT>5000</BPL_JMX_PORT> <BPL_JMX_PORT>5000</BPL_JMX_PORT>
<BP_HEALTH_CHECKER_ENABLED>true</BP_HEALTH_CHECKER_ENABLED> <BP_HEALTH_CHECKER_ENABLED>true</BP_HEALTH_CHECKER_ENABLED>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment