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

Re: Amount of Virtual Memory for TSVNCache

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2007-11-19 18:22:50 CET

Hugh Gibson wrote:
> I regularly find that TSVNCache is taking a lot of virtual memory. Just
> had it at around 150MB. I had done a few updates and commits, not too
> much. Windows had been running for a week or two, with a logout and login
> not touching it.
>
> I do have a complete large open-source repository on disk, with about 1GB
> of files spread across 78,255 folders in 345,562 files (that includes SVN
> files). After killing TSVNCache and then re-opening Explorer and
> selecting my normal working repository and then this large one, memory
> usage in the cache rises to around 70MB and then seems fairly static.
> What would cause it to subsequently rise to 150MB?

Virtual memory use is pretty much useless, because it doesn't tell you
how much memory an application actually uses. Even released memory
(memory the application has already freed and given back to the system)
will still show up there, and it will keep showing up there until the OS
needs the memory for something else. Only then will the virtual memory
not be shown as in use by that application.

If you really have problems, deactivate the cache and use "shell"
overlays or none at all.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.net
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Mon Nov 19 18:23:34 2007

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.