cornercorner
FeaturesPluginsDocs & SupportCommunityPartners

Bug 86049 - nbms installed using Update Center should update NB memory settings
: nbms installed using Update Center should update NB memory settings
Status: RESOLVED WONTFIX
: uml
General
: 5.5
: All All
: P3 (vote)
: 6.0
Assigned To:
:
:
: 55uml_beta_rn
: PERFORMANCE
:
:
  Show dependency treegraph
 
Reported: 2006-09-28 14:15 by
Modified: 2007-10-31 23:45 (History)
Issue Type: DEFECT
:


Attachments


Note

You need to log in before you can comment on or make changes to this bug.


Description From 2006-09-28 14:15:32
Now uml nbms do not change default memory settings "-J-Xms32m -J-Xmx128m" in
"netbeans.conf". 
Defaults are not enough for uml module.
Previously settings were set to "-J-Xms256m -J-Xmx512m" by enterprise pack
installer.

With default settings performance problems are highly visible and 'OutOfMemory'
appears after sime time of active IDE usage.
------- Comment #1 From 2006-09-28 14:16:21 -------
see also issue 85996
------- Comment #2 From 2006-09-28 22:06:59 -------
uml clusters should be added to the clusters config file as well.
------- Comment #3 From 2006-10-26 01:31:32 -------
ignore the last comment regarding uml clusters since the directory structure
has
been changed.
------- Comment #4 From 2006-10-26 01:33:47 -------
-J-Xmx512m is only needed when working with large uml modeling project or
reverse engineering a large java project. Otherwise, the default setting should
work fine.
------- Comment #5 From 2006-10-26 08:49:15 -------
workaround for this bug: manually replacing "-J-Xmx128m" with "-J-Xmx512m" for
netbeans_default_options in netbeans.conf file under NB-install-dir/etc
subdirectory.
------- Comment #6 From 2007-01-04 21:14:59 -------
changed to p3 to adhere to Netbeans priority guidelines.
------- Comment #7 From 2007-10-10 12:14:34 -------
This one should be closed as WONTFIX because a different mechanism for memory
settings tuning is in place for 6.0. The
max heap size value is now computed dynamically by launcher to fit the user's
RAM size (heap size from 96m to 512m
depending on how much RAM the user has).

I don't recommend to let any plugin installed via UC to toggle netbeans.conf.
------- Comment #8 From 2007-10-31 23:45:42 -------
Resolved as wontfix per anebuzelsky.