Uploaded image for project: 'Confluence Data Center'
  1. Confluence Data Center
  2. CONFSERVER-13446

minProcessors/maxProcessors are deprecated

XMLWordPrintable

    • We collect Confluence feedback from various sources, and we evaluate what we've collected when planning our product roadmap. To understand how this piece of feedback will be reviewed, see our Implementation of New Features Policy.

      NOTE: This suggestion is for Confluence Server. Using Confluence Cloud? 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"
      

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

              Created:
              Updated:
              Resolved: