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]> wrote:
>
>
> Sorry by my poor level of English.
> I have an application J2EE that uses the libs toi and tomcat 5. It uses a
> great amount of data. When I create a file excel the amount of memory that
> uses tomcat increases and this memory is never liberate.
> I have closed the connections with the data base, I have invoked to the
> garbage collector, I have read the solutions of this page
> http://tomcat.apache.org/faq/memory.html but nothing works.
>
> Somebody can help me???
>
> If somebody is able to solve it, he is invited Spain
>
> Best regards.
> Thank you.
> --
> View this message in context:
> http://www.nabble.com/Problem-with-Tomcat-memory-and-poi-library-tf4340385.html#a12363963
> Sent from the Tomcat - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


-- 
ovidiu asiminei

Reply via email to