Webtop Performance Test w/ Tomcat(調整Tomcat上的參數提高性能)
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 receiving “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 should 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.
更多文章、技術交流、商務合作、聯系博主
微信掃碼或搜索:z360901061

微信掃一掃加我為好友
QQ號聯系: 360901061
您的支持是博主寫作最大的動力,如果您喜歡我的文章,感覺我的文章對您有幫助,請用微信掃描下面二維碼支持博主2元、5元、10元、20元等您想捐的金額吧,狠狠點擊下面給點支持吧,站長非常感激您!手機微信長按不能支付解決辦法:請將微信支付二維碼保存到相冊,切換到微信,然后點擊微信右上角掃一掃功能,選擇支付二維碼完成支付。
【本文對您有幫助就好】元
