[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: Philip Martin <philip_at_codematters.co.uk>
Date: 2002-06-07 17:04:18 CEST

Blair Zajac <blair@orcaware.com> writes:

> > - 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.

Yes it did. Fixed in rev 2109.

-- 
Philip
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jun 7 17:04:46 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.