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

Re: Possible memory leak in TSVNCache

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2006-02-06 19:39:29 CET

Molle Bestefich wrote:
> Stefan Küng wrote:
>> I've seen that too. But that's expected: Windows doesn't really free
>> memory which a process frees, it waits until there's no more memory
>> available for other processes or if windows is idle. That's because
>> reallocating/freeing memory takes some time (windows has to move around
>> memory blocks for that).
>
> It should at least vanish from the 'working set' memory indicator, me thinks..

No, that's what I meant with windows not releasing the memory immediately.
The virtual memory set of an application doesn't tell you anything but
how many dll's it has loaded and how much memory those dll's use. And
since dll's are shared between processes (of the same user), the amount
of the virtual set can be much bigger than the actual RAM.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Mon Feb 6 19:39:56 2006

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.