You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had searched in the issues and found no similar issues.
Environment
Mac
Hippo4j version
develop
What happened
The JVM args should be before the jar file name. However, there are the code java -jar hippo4j-server. jar ${JAVA-OPT}
in script file 'docker/docker-startup.sh', the jvm args and program args are placed together after the jar file name.
The screenshot above also shows that the original intention was to output GC information to a specified file, but in reality, there was no corresponding GC log file generated
How to reproduce
Pealse ,restart application ,You can see there are no any gc logs.
Search before asking
Environment
Mac
Hippo4j version
develop
What happened
The JVM args should be before the jar file name. However, there are the code
java -jar hippo4j-server. jar ${JAVA-OPT}
in script file 'docker/docker-startup.sh', the jvm args and program args are placed together after the jar file name.
The screenshot above also shows that the original intention was to output GC information to a specified file, but in reality, there was no corresponding GC log file generated
How to reproduce
Pealse ,restart application ,You can see there are no any gc logs.
Debug logs
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: