[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

another memleak.

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-10-09 23:34:04 CEST

Okay, using svn 0.31 on a redhat9 box, I did an import of the Mozilla
source tree today. (The tree is about 340M, 42k files, 4k dirs,
average 10 entries/dir.)

$ svn import mozilla-tree http://localhost/svn/testrepos

   -> httpd stays at even 7M
   -> svn client grows unbounded to 220M+
   -> 15 minutes

$ svn import mozilla-tree file:///path/to/testrepos

   -> svn client hovers at even 12M.... verrrry slowly grows to 30M
   -> 12 minutes

This indicates to me that there's a small leak in libsvn_client, and a
*humongous* leak in libsvn_ra_dav.

Oh wait.... cmpilato just found a MASSIVE leak in ra_dav. Commit
coming up....

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Oct 9 23:36:13 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.