Hi,

You can increase heap size by this way.

java -Xms<some_min_size> -Xmx<some_max_size>

java -Xms512m -Xmx512m

Here is the link.
http://forums.sun.com/thread.jspa?threadID=490356
http://docs.sun.com/app/docs/doc/819-4438/gavou?a=view

Thanks,
Sathish




http://forums.sun.com/thread.jspa?threadID=490356

On Tue, Sep 29, 2009 at 2:05 PM, Pratik K Anand <[email protected]>wrote:

> Hi, I'm getting the following error :
>
> java.lang.OutOfMemoryError: Java heap space
>
> when I run a war on Tomcat...
>
>
> Can anyone tell me how to increase the heap size?
>
>
> I use Linux 2.6.28-15-generic
>
>
> Ubuntu 9.04
>
>
>
> --
> thanks for your time,
> Pratik K Anand
>

Reply via email to