Memory Consumption...
From: Kirby C. Bohling <kbohling_at_birddog.com>
Date: 2002-02-02 14:45:19 CET
So after a night of reading and running the code in a debugger, I
Adding this:
#define APR_POOL_DEBUG 1
to apr/include/apr_pools.h
right after the comment and before the preprocessor stuff:
* When no debug level was specified, assume general debug mode.
<-- insert here...
#if defined(APR_POOL_DEBUG)
fixes all of the memory consumption issues. Code runs like a champ
I have two binaries, one badSVN and svn. Both were created from:
make clean && make
run in the root of the tree. I have apr, neon and bdb softlinked from
Sorry if anybody wasted too much time on my report earlier. I am too
Oh, I have the version of APR from the CVS repository from Jan 30th I
Thanks,
---------------------------------------------------------------------
|
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.