Uploaded image for project: 'Confluence Cloud'
  1. Confluence Cloud
  2. CONFCLOUD-13446

minProcessors/maxProcessors are deprecated

    XMLWordPrintable

Details

    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

    Description

      NOTE: This suggestion is for Confluence Cloud. Using Confluence Server? See the corresponding suggestion.

      In Tomcat 5.5 AJP connector doc, both the minProcessors and maxProcessors are deprecated. The HTTP connector doc does not include any of the option too.
      However, the default options available in a conf/server.xml file of a Confluence standalone instance possess the following:

              <Connector className="org.apache.coyote.tomcat4.CoyoteConnector" port="8080" minProcessors="5"
                         maxProcessors="75"
                         enableLookups="true" redirectPort="8444" acceptCount="10" debug="0" connectionTimeout="20000"
                         useURIValidationHack="false" URIEncoding="UTF-8"/>
      

      Please consider replacing the options with:

      maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
      

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              tcheah Tony Cheah Tong Nyee [Atlassian]
              Votes:
              4 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: