Re: Problem with Tomcat memory and poi library

2007-08-28 Thread ovidiu asiminei
Hi Alberto, You're out of memory ? - add more to your heap. First look at java -X to determine what parameters to set. Then you can set them via the environment variable JAVA_OPTS. Eg: JAVA_OPTS="-Xms128M -Xmx512M" Regards, Ovidiu On 8/28/07, Alberto Pedrera <[EMAIL PROTECTED]

Re: Problem with Tomcat memory and poi library

2007-08-28 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Alberto, Alberto Pedrera wrote: > Hi, my application continues to work well but if I create many excel files i > will obtain a OutOfMemory exceptions. It does not seem that it's a bug into > poi library. Could you post a part of your code to the list

Re: Problem with Tomcat memory and poi library

2007-08-28 Thread Alberto Pedrera
Hi, my application continues to work well but if I create many excel files i will obtain a OutOfMemory exceptions. It does not seem that it's a bug into poi library. Jérôme Etévé-2 wrote: > > Hi . Do you have OutOfMemory exceptions or does your application > continues to work well ? > Do you h

Re: Problem with Tomcat memory and poi library

2007-08-28 Thread Jérôme Etévé
Hi . Do you have OutOfMemory exceptions or does your application continues to work well ? Do you have circular referenced structures in your application ? Perhaps it's a bug into your excel file generating library ? On 8/28/07, Alberto Pedrera <[EMAIL PROTECTED]> wrote: > > Sorry by my poor leve