kimerdle / perl-on-netbeans

Automatically exported from code.google.com/p/perl-on-netbeans
0 stars 0 forks source link

default jvm memory setting is too low #11

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi Sudeep,

default heap memory size set in the configuration file 
./etc/perl_on_netbeans.conf is too low to support many plugin update.

After a fresh install, you need to update "perl on netbeans" as the version of 
netbeans used is outdated.
Today 25 plugins need to be updated, one after the first run, and 24 after the 
second one.
The latter update results in an out of memory exception.
This was tested on Ubuntu 12.04.2 LTS and windows 7, java 1.7, on computers 
equipped of 8GB of RAM and quad core cpus.

Increasing the xmx option should do the trick, but this is certainly not the 
only way to resolve this issue.

best regards

Eric

Original issue reported on code.google.com by d...@eviweb.fr on 24 Jun 2013 at 3:25

GoogleCodeExporter commented 9 years ago
Hi Eric,

Thanks for pointing this out. I have observed this and preferred to keep it 
that way for sometime. Actually I still have users running on 2 gigs of RAM, 
this section of users is mostly the newbie who do not do updates to the IDE or 
any other plugin. Experienced users like yourself would absolutely like to 
customize it in every way required for themselves. Request you to increase the 
heap from the conf file. 

Its just something that we are helping the newbies with :) But of course I do 
have another workaround. May be I will try it and if it works, will share that 
in the next version and also in the user guide.

Hope you get me :)

Original comment by sudeepha...@gmail.com on 24 Jun 2013 at 5:29

GoogleCodeExporter commented 9 years ago
As of the latest version of the IDE, it is available as a plugin. You can 
change the default JVM memory to your liking and this is not handled by the IDE 
anymore.

Closing the issue as the current version does not need to handle this situation.

Original comment by sudeepha...@gmail.com on 17 Oct 2014 at 4:00