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

Re: svn commit: rev 2106 - trunk/subversion/libsvn_fs trunk/subversion/libsvn_ra_local trunk/subversion/svnlook trunk/subversion/clients/cmdline trunk/subversion/tests/libsvn_fs

From: Blair Zajac <blair_at_orcaware.com>
Date: 2002-06-07 00:18:59 CEST

gstein@tigris.org wrote:
>
> Author: gstein
> Date: 2002-06-06 20:30 GMT
> New Revision: 2106
>
> Modified: trunk/subversion/tests/libsvn_fs/fs-test.c
> ==============================================================================
> --- trunk/subversion/tests/libsvn_fs/fs-test.c (original)
> +++ trunk/subversion/tests/libsvn_fs/fs-test.c Thu Jun 6 15:30:36 2002
> @@ -4292,7 +4292,7 @@
> crappy. We need to keep this buffer fairly large so we don't run
> out of memory doing undeltification of large files into tiny
> buffers. Issue #465. */
> - char buf[100000];
> + char *buf = apr_palloc (pool, 100000);

I think this change causes make check's run-fs-tests.sh to use an
inordinate amount of memory when it didn't use to, over 80% on my
256 MByte Linux box on and takes forever to run.

Best,
Blair

-- 
Blair Zajac <blair@orcaware.com>
Web and OS performance plots - http://www.orcaware.com/orca/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jun 7 00:19:31 2002

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.