Re: memory use of svn log -v with long changed paths lists
From: Stefan Fuhrmann <stefan.fuhrmann_at_wandisco.com>
Date: Tue, 24 Jun 2014 00:50:52 +0200
On Mon, Jun 23, 2014 at 11:55 PM, Stefan Sperling <stsp_at_elego.de> wrote:
> I'm still seeing 180MB of memory used by svn log -v with ruby's r11708
Yes, it is. The id_t struct is somewhat heavy but in total
> Of course, I'm happy that this invocation of svn log isn't running
The serializer itself uses a single, auto-growing buffer.
The current 100 bytes estimation / change is way to low
> Does anyone know what can be done about this?
Use a similar estimate as in r1604947 to skip svn_cache__set
As soon as I arrived in UK, I'll look into this. It's probably
-- Stefan^2.
|
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.