Re: OutOfMemoryError and xsp file size

2002-02-14 Thread Steve Switzer
I forgot to include the size of the XSP!! It's around 43k, around 1400 lines. I'll look into the heap sizes. Peter Schwenke wrote: > If the size of the XSP isn't that big that it is a design issue you > might just want to increase the heap size of your JVM. > > You can set the min/max heap siz

OutOfMemoryError and xsp file size

2002-02-14 Thread Peter Schwenke
If the size of the XSP isn't that big that it is a design issue you might just want to increase the heap size of your JVM. You can set the min/max heap sizes using parameters such as -ms128m -mx256m (depending on your JVM) ...Peter St

OutOfMemoryError and xsp file size

2002-02-14 Thread Steve Switzer
I'm getting the following error when I execute my xsp: 500 Servlet Exception java.lang.OutOfMemoryError <> I'm using Resin 2.0.5 and Cocoon 2.0 A former co-worker told me, at one time, that my problem was that my xsp file was too big. By reducing it's size I used to be able to get past the out