Difference between revisions of "Tomcat Large Instance"
Jump to navigation
Jump to search
Line 10: | Line 10: | ||
``` | ``` | ||
CATALINA_OPTS="-Xms32g -Xmx32g -XX:+UseG1GC ${CATALINA_OPTS}" -> CATALINA_OPTS="-Xms64g -Xmx64g -XX:+UseG1GC ${CATALINA_OPTS}" | CATALINA_OPTS="-Xms32g -Xmx32g -XX:+UseG1GC ${CATALINA_OPTS}" -> CATALINA_OPTS="-Xms64g -Xmx64g -XX:+UseG1GC ${CATALINA_OPTS}" | ||
+ | ``` | ||
+ | |||
+ | /opt/atlassian/confluence/conf/server.xml | ||
+ | ``` | ||
+ | maxThreads="248" minSpareThreads="20" maxSpareThreads="30" compression="on" -> maxThreads="768" minSpareThreads="20" maxSpareThreads="30" compression="on" | ||
``` | ``` |
Revision as of 19:40, 4 February 2022
/var/atlassian/application-data/confluence/confluence.cfg.xml
<property name="hibernate.c3p0.max_size">310</property> -> <property name="hibernate.c3p0.max_size">1024</property>
Question /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}"
/opt/atlassian/confluence/conf/server.xml
maxThreads="248" minSpareThreads="20" maxSpareThreads="30" compression="on" -> maxThreads="768" minSpareThreads="20" maxSpareThreads="30" compression="on"