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 212341 - high memory usage during Subversion refresh
Summary: high memory usage during Subversion refresh
Status: RESOLVED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Subversion (show other bugs)
Version: 7.2
Hardware: PC Linux
: P2 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-10 21:53 UTC by gholmer
Modified: 2012-05-12 09:58 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 gholmer 2012-05-10 21:53:38 UTC
See this thread on the NetCAT list:
http://netbeans.org/projects/www/lists/netcat/archive/2012-05/message/52

I initially thought this was a source scanning issue, but it seems as though it may be related to Subversion. I've opened a bug per David Strupl's request and have a bzipped heap dump which I've placed here:

http://74.62.85.46/heapdump-1336685765098.hprof.bz2
Comment 1 David Strupl 2012-05-11 06:11:47 UTC
I think this should be at least evaluated before going out with a release --> P2.
Comment 2 Ondrej Vrabec 2012-05-11 11:22:34 UTC
org.tmatesoft.svn.core.wc.DefaultSVNRepositoryPool is not fully GCed even after our ISVNClientAdapter impl is collected. ISVNClientAdapter.dispose *must* be called to correctly clean all pending svnkit threads and objects.
Comment 3 Ondrej Vrabec 2012-05-11 11:26:28 UTC
fix: http://hg.netbeans.org/core-main/rev/6bd6f1698e29
Comment 4 Quality Engineering 2012-05-12 09:58:51 UTC
Integrated into 'main-golden', will be available in build *201205120400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/6bd6f1698e29
User: Ondrej Vrabec <ovrabec@netbeans.org>
Log: #212341 - high memory usage during Subversion refresh