This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 192909 - Add 'automatic memory configuration suggestion' feature
Summary: Add 'automatic memory configuration suggestion' feature
Status: NEW
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.0
Hardware: PC Windows XP
: P3 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-06 10:05 UTC by tomzi
Modified: 2010-12-08 16:08 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description tomzi 2010-12-06 10:05:22 UTC
It's always a struggle to find the right configuration for the memory in the netbeans config file. But I don't think always pushing the limits of 

-J-Xss4m -J-Xms64m -J-XX:PermSize=512m -J-XX:MaxPermSize=768m

higher and higher is the right decision.

I recently had PermSize:368m and changed it to 512 since with jsps and html validation feature turned on and having 2 dozens of files opened, the ide quickly reached the 368m level.

It would be a great help if nb would observer the ide's usage of memory and suggest new values for the netbeans.conf file