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]
-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
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
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