Skip to content
Snippets Groups Projects
Commit 38b1265c authored by egon w. stemle's avatar egon w. stemle :robot:
Browse files

Fix 'ignoring option MaxPermSize; support was removed in 8.0'

parent 0ac88274
No related branches found
No related tags found
No related merge requests found
export CATALINA_OPTS="$CATALINA_OPTS -Xms4096m"
export CATALINA_OPTS="$CATALINA_OPTS -Xmx8192m"
export CATALINA_OPTS="$CATALINA_OPTS -XX:MaxPermSize=256m"
export CATALINA_PID="$CATALINA_BASE/tomcat.pid"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment