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

Re: [PATCH] Fix fsfs finalization memory usage

From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2004-11-02 03:36:28 CET

On Mon, 2004-11-01 at 20:38, Eric Gillespie wrote:
> After these changes, fsfs still chews up 15 MB more than bdb, all
> in write_final_changed_path_info's call to fetch_all_changes.

BDB will also do this if it has to perform an auto-merge, as I
understand the code. "svn log -v" on the import rev will also do that.
Some parts of the svn architecture use memory proportional to the size
of the commit; we try to keep the constant factor small, but we don't
really try to avoid it altogether.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Nov 2 03:37:23 2004

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.