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 222280

Summary: Reduce memory consumption in scanning infrastructure
Product: editor Reporter: Tomas Zezula <tzezula>
Component: Parsing & IndexingAssignee: Tomas Zezula <tzezula>
Status: RESOLVED FIXED    
Severity: normal Keywords: PERFORMANCE
Priority: P3    
Version: 7.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Tomas Zezula 2012-11-16 15:16:32 UTC
For large projects 250,000 files the infrastructure itself consumes significant amount of memory due to several collections. It may be possible to replace at least some of them by bit masks.
Comment 1 Tomas Zezula 2012-11-16 15:18:47 UTC
Fixed jet-main 75b56e71bea9
Comment 2 Quality Engineering 2012-11-19 03:08:34 UTC
Integrated into 'main-golden', will be available in build *201211190002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/75b56e71bea9
User: Tomas Zezula <tzezula@netbeans.org>
Log: #222280:Reduce memory consumption in scanning infrastructure