This content has been marked as final.
Show 5 replies
-
1. Re: HOW TO: set parameters ActiveVos RedHut
kunal pandit May 25, 2020 3:54 PM (in response to Alex _)JVM parameters can be overridden during server startup, but can you please update which exact parameter(s) you want to change.
-
2. Re: HOW TO: set parameters ActiveVos RedHut
Alex _ May 27, 2020 6:39 AM (in response to kunal pandit) -
3. Re: HOW TO: set parameters ActiveVos RedHut
kunal pandit May 28, 2020 12:20 PM (in response to Alex _)Alex,
Do not see the document or link attached, for JBoss you can just add a parameter in the startup script like this -
standalone.bat -c standalone-full.xml -b 0.0.0.0 -Djboss.as.management.blocking.timeout=5000
-
4. Re: HOW TO: set parameters ActiveVos RedHut
Alex _ May 29, 2020 12:05 AM (in response to kunal pandit) -
5. Re: HOW TO: set parameters ActiveVos RedHut
kunal pandit Jul 30, 2020 9:07 PM (in response to Alex _)For Tomcat, XMX can be overridden using a setenv.sh file in tomcat bin.
Please refer to the following URL - How to Change JVM Heap Setting (-Xms -Xmx) of Tomcat - Configure setenv.sh file - Run catalina.sh • Crunchify