Our application is deploy JBoss server then throws error PermGen space Then java_OPTS in set permgen variable in jboss bat and config file. JAVA_OPTs in value assige or not how to check it? How to check JAVA_OPTS value in command prompt?
JAVA_OPTS is an environment variable that you can set to pass custom settings to the Java Virtual Machine (JVM) that runs Liquibase.
if your JAVA_OPTS is set in Windows then with simple:
echo %JAVA_OPTS%
in linux
echo "$JAVA_OPTS"
but it is possible that it is set first in your standalone.bat file. Then its valid only for execution time of standalone.bat (.sh) file and you can find its value in this file.
hope i could help
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With