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 heap size. 2) Try

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