Re: help to solve 'OutOfMemoryError'

2006-01-26 Thread Aparna_Maddireddy
EMAIL PROTECTED]> 01/26/2006 09:25 AM Please respond to "Tomcat Users List" To "Tomcat Users List" , [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, ho

Re: help to solve 'OutOfMemoryError'

2006-01-26 Thread Leon Rosenberg
Could you please provide a little more details, on what kind of program you are doing, how you are starting it right now, and how is tomcat involved? generally -Xmx128m -Xmx256m, are parameters to java call, besides you can't have two different values for the same parameter! (I think the first on

RE: help to solve 'OutOfMemoryError'

2006-01-26 Thread Aparna Ramakrishnan
Hi, Thanks for the link. When i start my program, the Runtime Maximum Heap Size is 66650112 bytes ~=64MB. I believe I should increase this value to atleast 256 MB. But how do I go about doing this? I understand that I need to add an option -Xmx128m -Xmx256m, but to what and how! Kindl

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 so