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

Re: TSVNCache Memory usage

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Thu, 20 Nov 2008 16:27:38 +0100

Scott McCaskill wrote:
> I have also noticed a significant increase in memory usage with the
> 1.5.x clients. Not 1.2 GB, but hundreds of MB is not uncommon. It can
> vary quite a bit--sometimes it is < 100 MB, other times I'll look and
> it's taking 500-600 MB.

Please use the process explorer (from sysinternals), find the
TSVNCache.exe process, then check how many active threads it has.
If the number of threads is more than 15-20, that means you have an
application using the shell extension but not releasing the COM objects
properly (i.e., a COM leak).

Stefan

-- 
       ___
  oo  // \\      "De Chelonian Mobile"
 (_,\/ \_/ \     TortoiseSVN
   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
   /_/   \_\     http://tortoisesvn.net

Received on 2008-11-20 16:27:54 CET

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

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