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

Re: leaks, leaks, leaks

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2003-10-18 01:40:45 CEST

<sussman@collab.net> writes:

> So what's up with this magical 40 meg client size? It shows up in
> every command -- checkout, update, status, commit!
>
> Is it the size of 5000 entries files loaded into memory -- about
> 42,000 individual entry structures?

Yes, that's correct. Any operation that opens the whole tree reads
all the entries files at the start. I suppose read operations could
be made more streamy (although it may well not be a trivial change),
but would we want to do that for write operations? At present if part
of a wc needs 'svn cleanup' an update/commit operation fails before
doing any network stuff, in the past it would fail part way through
when it ran into the locked directory.

As I recall I brought up the question of memory use when I introduced
the entries caching.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 18 01:41:28 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.