> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
> Subject: OutOfMemoryError: allocLargeObjectOrArray
> 
>         JDK: jrockit-R27.4.0-jdk1.5.0_12
> java.lang.OutOfMemoryError: allocLargeObjectOrArray - Object size:
> 75333648, Num elements: 37666816

1) Try increasing your heap size.

2) Try a Sun JVM rather than JRockit.  The HotSpot allocation and
garbage collection policies are quite different from those used by
JRockit.

3) Fix your webapp to chunk the output rather than sending it all in one
go.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to