svnserve uses over 120MB memory when adding many files
From: Jani Averbach <jaa_at_jaa.iki.fi>
Date: 2004-06-16 19:46:12 CEST
Hello,
When I add 20K files (which each are 1K), svnserve will use over 120MB
OS is w2k, svn + svnserve 1.0.5
Here is a recipe:
cd workdir
BR, Jani
datatree.py:
directories = 100
def dir_creator(pi_name,
os.makedirs(pi_name)
f.write('%s:%d' % (pi_name, i))
if __name__ == '__main__':
if os.sys.argv == 1:
for i in range(0, directories):
-- Jani Averbach --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Wed Jun 16 19:48:06 2004 |
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.