Re: Potential regression: high server-side memory consumption during import
From: Stefan Sperling <stsp_at_elego.de>
Date: Sat, 3 Mar 2018 16:27:36 +0100
On Sat, Mar 03, 2018 at 03:10:46PM +0100, Stefan Sperling wrote:
My new diff doesn't help, it brings the memory problem back.
I have done some more digging with APR POOL DEBUG.
POOL DEBUG: [98085/19516226785696] PCALLOC ( 319481/ 2339944/ 19247334) 0x11bf5c548a00 "transaction" <subversion/libsvn_repos/authz.c:1646> (10974/10974/1)
The first allocation is the svn_authz_t returned from svn_repos_auth_read3().
So the problem is that svn_repos_auth_read3() is allocating a new svn_authz_t
The authz cache already uses a separate pool, the 'authz_pool', to store
Right now I have no idea how to make the current code in trunk any
|
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.