Hi
We run Tomcat on a 2.5ghz and 2gb of RAM.
It hosts Documentum, with 800 users and around 70-80 concurrently accessing Documentum, either running Queries, checking out or checking in Documents.
We have weaked the server XML to cater for these number of users.
Periodically once or twice a month we get java.outofmemory error. The only solution is to bounce the main server, and then reinitialise Tomcat.
Changes Made, to address timeout and Connection timing.
Changes
<!-- Define a non-SSL HTTP/1.1 Connector on port 8080 -->
<Connector className="org.apache.catalina.connector.http.HttpConnector"
port="8080" minProcessors="5" maxProcessors="75"
enableLookups="true" redirectPort="8443"
acceptCount="10" debug="0" connectionTimeout="60000"/>
<!-- Note : To disable connection timeouts, set connectionTimeout value
to -1 -->
MaxProcessors="1000"
AcceptCount="100"
ConnectionTimeout="-1" /
Minprocessors=10
Compression=on
Buffersize=4096
Is there anything else I need to look at adjusting to overcome this out of memory error.
W2000 SP4 Java 1.4.1
regards
colin
We run Tomcat on a 2.5ghz and 2gb of RAM.
It hosts Documentum, with 800 users and around 70-80 concurrently accessing Documentum, either running Queries, checking out or checking in Documents.
We have weaked the server XML to cater for these number of users.
Periodically once or twice a month we get java.outofmemory error. The only solution is to bounce the main server, and then reinitialise Tomcat.
Changes Made, to address timeout and Connection timing.
Changes
<!-- Define a non-SSL HTTP/1.1 Connector on port 8080 -->
<Connector className="org.apache.catalina.connector.http.HttpConnector"
port="8080" minProcessors="5" maxProcessors="75"
enableLookups="true" redirectPort="8443"
acceptCount="10" debug="0" connectionTimeout="60000"/>
<!-- Note : To disable connection timeouts, set connectionTimeout value
to -1 -->
MaxProcessors="1000"
AcceptCount="100"
ConnectionTimeout="-1" /
Minprocessors=10
Compression=on
Buffersize=4096
Is there anything else I need to look at adjusting to overcome this out of memory error.
W2000 SP4 Java 1.4.1
regards
colin