On Sun, 10 Mar 2002, Daniel Berlin wrote:
> Right now, anything over the SVN stream chunk size is not deltified.
>
> The default chunk size is 100 * 1024 right now.
> This will change when we have either a delta-combiner or skip deltas.
I don't think we need a delta combiner or skip deltas to change this. It
shouldn't take any more memory to apply a delta to a large stream (that's
the whole point of the windows); it sounded like we had a bug which caused
memory to balloon in this case. So we need to fix the bug (or verify that
it has already been fixed), which is orthogonal to features which limit
the number of delta applications to get to a revision.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Mar 10 20:26:49 2002