Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Problems with very slow confuence server

Kristof Spreuwers
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
September 26, 2018

Afther Upgrading the server to 6.1 from version 5.8, the server is very slow, en gets the CPU very high.

I'm using also proxy with Pfsense, but I think this is not the case. Because it is also slow on the inside of de confluence server.

Can someone help me out with this.

 

here is my example of server.xml.

<Server port="8000" shutdown="SHUTDOWN" debug="0">
    <Service name="Tomcat-Standalone">

        <Connector port="8090" connectionTimeout="20000" redirectPort="8090"
                   maxThreads="20" minSpareThreads="10"
                   enableLookups="false" acceptCount="10" debug="0" URIEncoding="UTF-8"
                   protocol="org.apache.coyote.http11.Http11NioProtocol"/> proxyName="wiki.ipbuilding.info" proxyPort="8090"


        <!--
        <Connector port="8090" connectionTimeout="20000" redirectPort="8090"
                   maxThreads="20"" minSpareThreads="10"
                   enableLookups="false" acceptCount="10" debug="0" URIEncoding="UTF-8"
                   protocol="org.apache.coyote.http11.Http11NioProtocol"
                   scheme="http" proxyName="wiki.ipbuilding.info" proxyPort="8090"/>
        -->

        <!--
        <Connector port="8090" connectionTimeout="20000" redirectPort="8443"
                   maxThreads="20" minSpareThreads="10"
                   enableLookups="false" acceptCount="10" debug="0" URIEncoding="UTF-8"
                   protocol="org.apache.coyote.http11.Http11NioProtocol"
                   scheme="https" secure="true" proxyName="wiki.ipbuilding.info" proxyPort="8090"/>
        -->

        <Engine name="Standalone" defaultHost="localhost" debug="0">
            <Host name="localhost" debug="0" appBase="webapps" unpackWARs="true" autoDeploy="false" startStopThreads="4">
                <Context path="" docBase="../confluence" debug="0" reloadable="false" useHttpOnly="true">
                    <!-- Logging configuration for Confluence is specified in confluence/WEB-INF/classes/log4j.properties -->
                    <Manager pathname=""/>
                    <Valve className="org.apache.catalina.valves.StuckThreadDetectionValve" threshold="60"/>
                </Context>

                <Context path="${confluence.context.path}/synchrony-proxy" docBase="../synchrony-proxy" debug="0"
                         reloadable="false" useHttpOnly="true">
                    <Valve className="org.apache.catalina.valves.StuckThreadDetectionValve" threshold="60"/>
                </Context>
            </Host>
        </Engine>
    </Service>
</Server>

 

1 answer

0 votes
Gonchik Tsymzhitov
Community Champion
February 18, 2021

Hi! 

Better to check the jvm parameters and installed apps

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events