**32 bit machine Keep Smiling :-) Sugandh http://twitter.com/sugandh
On Wed, Sep 30, 2009 at 23:22, Sugandh Rakha <[email protected]> wrote: > FYI, The maximum heap size on a 32 machine is 1628MB. > > Keep Smiling :-) > Sugandh > http://twitter.com/sugandh > > > > On Tue, Sep 29, 2009 at 14:55, sathish vasu <[email protected]> wrote: > >> 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 >>> >> >> >

