Tomcat Large Instance

From UVOO Tech Wiki
Revision as of 19:27, 4 February 2022 by Busk (talk | contribs) (Created page with " /var/atlassian/application-data/confluence/confluence.cfg.xml ``` <property name="hibernate.c3p0.max_size">310</property> -> <property name="hibernate.c3p0.max_size">1024...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

/var/atlassian/application-data/confluence/confluence.cfg.xml

    <property name="hibernate.c3p0.max_size">310</property> -> <property name="hibernate.c3p0.max_size">1024</property>
  • /var/atlassian/application-data/confluence/shared-home/confluence.cfg.xml

/opt/atlassian/confluence/bin/setenv.sh

CATALINA_OPTS="-Xms32g -Xmx32g -XX:+UseG1GC ${CATALINA_OPTS}" -> CATALINA_OPTS="-Xms64g -Xmx64g -XX:+UseG1GC ${CATALINA_OPTS}"