Webtop Performance Test w/tomcat (adjust parameters on Tomcat to improve performance)

Source: Internet
Author: User

Login several users with one second between each login. after the 25th user, the users begin to experience poor performance, to the point where some users are grouping "page cannot be displayed" errors and eventually the system catches up.

If you are experiencing similar behavior during your performance testing with Webtop on Tomcat, one of the reason might be with maxprocessors parameter. this needs to be set to a higher value depending on the number of users you are using.

Please note that this is not a Documentum issue. Please refer to Tomcat documentation if you need more information about Tomcat settings.

In the server. xml file in the conf directory there are setting associated with the port that Tomcat uses-as an example lets use 80.

Port = "80" minprocessors = "5" maxprocessors =" 1000 ″

Enablelookups = "true" redirectport = "8443 ″

Acceptcount = "10" DEBUG = "0" connectiontimeout = "20000"/>

In this second example (see above) has 1000 processors and connectiontimeout of 20000 (or 20 seconds ).

After the configuration changes, you shoshould no longer receive the "no connections available" error.

Again, this is not a Documentum issue. Please refer to Tomcat documentation if you need more information about Tomcat settings.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.