測試 web程式,tomcat出現java.lang.OutOfMemoryError異常。

tab發表於2004-04-23
我的tomcat是4.1.29,後臺資料庫是SQL SERVER 2000 ,
當使用者請求達到100個以上時,出現請求不能響應,tomcat出現
java.lang.OutOfMemoryError異常,
輸出資訊:
CoyoteAdapter An exception or error occurred in the container during the request processing
java.lang.OutOfMemoryError

connector元素的設定的請求引數minProcessors="50" maxProcessors="150" acceptCount="100"
maxProcessors也曾設過200,但還是出現java.lang.OutOfMemoryError異常

請問各位這是什麼原因?能不能進一步最佳化tomcat的效能?

相關文章