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 44078 - memory leak in search (find files)
Summary: memory leak in search (find files)
Status: RESOLVED DUPLICATE of bug 19484
Alias: None
Product: utilities
Classification: Unclassified
Component: Search (show other bugs)
Version: 3.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: issues@utilities
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-01 09:02 UTC by mno
Modified: 2004-06-01 09:51 UTC (History)
0 users

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 mno 2004-06-01 09:02:51 UTC
forcing garbage collection does not return to 
the previous state. During such search the 
memory at the beginning stays at the initial 
level, but after a while suddenly it grows for 
example from 60MB to 95MB. After such search, 
most of the times I have to restart netbeans to 
regain the memory. Now I prefer not to use the 
search whenever I can avoid it. I have found the 
way to increase the memory allocation (ide.cfg), 
so there is some type of workaround for that.
Comment 1 Marian Petras 2004-06-01 09:51:43 UTC
This problem is described in issue #19484 ("OOME when performing
search on larger FS"). The problem has been much reduced in NetBeans
4.0 (not released yet).

*** This issue has been marked as a duplicate of 19484 ***