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 183438 - Memory consumption
Summary: Memory consumption
Status: RESOLVED INCOMPLETE
Alias: None
Product: php
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: PC Windows Vista
: P2 normal (vote)
Assignee: Tomas Mysik
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2010-04-03 19:07 UTC by topdown
Modified: 2010-04-06 08:38 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description topdown 2010-04-03 19:07:16 UTC
Product Version = NetBeans IDE Dev (Build 201004020200)
Operating System = Windows Vista version 6.0 running on x86
Java; VM; Vendor = 1.6.0_17
Runtime = Java HotSpot(TM) Client VM 14.3-b01

Using 6.8 and loading the IDE with the same exact projects it loads with 50/90MG
Using the 6.9 Milestone and now this Dev version it loads with 300/ to as much as 520MB and scanning projects takes 10 times longer.
These are PHP projects.

netbeans exe is consuming 551,404KB of ram for the dev version
and 181,144Kb of ram on 6.8 which was high enough.

This is on a workstation with 6GB of ram and should not be that high.
There is a memory leak somewhere.
Comment 1 Tomas Mysik 2010-04-06 08:38:58 UTC
Could you please try to run NB with:
-J-Dnetbeans.indexing.notRecursiveListener=true

and test it? Do you see any improvements?

Please, feel free to reopen this issue and tell us whether it helps or not.

Thanks a lot for your cooperation.