RE: OutOfMemoryError: allocLargeObjectOrArray

2008-01-30 Thread Caldarale, Charles R
> 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

Re: OutOfMemoryError: allocLargeObjectOrArray

2008-01-30 Thread David Delbecq
This is an internal jvm error. It seems you activated swallowoutput on your context which makes tomcat reidrect stdout and stderr to an internal buffer during servlet excecution and later pass it to a logger. Your servlet is making lots of outputs (75Megs of data) according to your error, and t

OutOfMemoryError: allocLargeObjectOrArray

2008-01-29 Thread angus
Dear all: We have some problem with OutOfMemory error. Environment Tomcat: 5.5.25 JDK: jrockit-R27.4.0-jdk1.5.0_12 5130472 [TP-Processor29] ERROR org.apache.catalina.core.ContainerBase.[Catalina].[