help to solve 'OutOfMemoryError'

2006-01-26 Thread Aparna Ramakrishnan
hello I am running a java program which makes a HttpURLConnection randomly, using Tomcat 5. I use Asterisk-JAVA API. After the program runs for an hour, it returns a java.lang.OutOfMemoryError and the HttpURLConnection is not established, but again it returns to normal and the UrlConnection

RE: help to solve 'OutOfMemoryError'

2006-01-26 Thread Caldarale, Charles R
From: Aparna Ramakrishnan [mailto:[EMAIL PROTECTED] Subject: help to solve 'OutOfMemoryError' What changes do I need to make to avoid this OutOfMemoryError? The question is too generic for anyone to provide a concrete answer. Start here: http://tomcat.apache.org/faq/memory.html Do some

Re: help to solve 'OutOfMemoryError'

2006-01-26 Thread Leon Rosenberg
-Xmx256m, but to what and how! Kindly guide me through.. since I am completely new to this ground. Thanks in advance Aparna Caldarale, Charles R [EMAIL PROTECTED] wrote: From: Aparna Ramakrishnan [mailto:[EMAIL PROTECTED] Subject: help to solve 'OutOfMemoryError' What changes

Re: help to solve 'OutOfMemoryError'

2006-01-26 Thread Aparna_Maddireddy
respond to Tomcat Users List users@tomcat.apache.org To Tomcat Users List users@tomcat.apache.org, [EMAIL PROTECTED] cc Subject Re: help to solve 'OutOfMemoryError' Could you please provide a little more details, on what kind of program you are doing, how you are starting it right now