Question subject: here how to increase java heap size
Posted: Sun May 25, 2008 3:37 pm
Joined: Tue Mar 27, 2007 10:55 pm Posts: 2103 Location: Earth Has thanked: 39 time Have thanks: 56 time
Last days, I was working on a project which needs big heap size.And i always have the following exception "main" java.lang.OutOfMemoryError: Java heap space I found that the default java heap size is : 128MB , so my application need more about 1GP !!. So the solution was to make it larger using the following command :
_________________ Currenlty programming with : java , html , php , and javascript . (OCJP-6 certified )
Kaviurs
Question subject: Re: here how to increase java heap size
Posted: Tue Jun 24, 2008 2:17 pm
Joined: Fri May 16, 2008 8:10 am Posts: 10 Has thanked: 0 time Have thanks: 0 time
In netBeans,Open the configuration file etc/netbeans.conf(In netBeans installed directory) and modify the #netbeans_default_options="-J-Xmx128m to -J-Xmx96m and -J-XX:MaxPermSize=96m to -J-XX:MaxPermSize=64m". This way also we have to increase the Heap size.
msi_333
Question subject: Re: here how to increase java heap size
Posted: Tue Jun 24, 2008 4:18 pm
Joined: Tue Mar 27, 2007 10:55 pm Posts: 2103 Location: Earth Has thanked: 39 time Have thanks: 56 time
Thank you so much for this addition
_________________ Currenlty programming with : java , html , php , and javascript . (OCJP-6 certified )
hajamie
Question subject: Re: here how to increase java heap size
Posted: Tue May 05, 2009 1:18 am
Joined: Mon May 04, 2009 7:29 pm Posts: 1 Has thanked: 0 time Have thanks: 0 time
Just what I was looking for! cheers.
amitos
Question subject: Re: here how to increase java heap size
Posted: Tue Dec 15, 2009 10:02 pm
Joined: Tue Dec 15, 2009 9:59 pm Posts: 1 Has thanked: 0 time Have thanks: 0 time
Thank you .... you saved my app.. :-)
premiumoxe1
Question subject: Re: here how to increase java heap size
Posted: Wed Feb 10, 2010 7:51 am
Joined: Wed Feb 10, 2010 7:41 am Posts: 1 Has thanked: 0 time Have thanks: 0 time
thank you for gave me some knowledge about this topic.
dexterb007
Question subject: Re: here how to increase java heap size
Posted: Mon Feb 22, 2010 8:09 pm
Joined: Mon Feb 22, 2010 12:10 pm Posts: 21 Location: Let me check my GPS! Has thanked: 1 time Have thanks: 0 time