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

uhoh.

From: Ben Collins-Sussman <sussman_at_newton.ch.collab.net>
Date: 2001-03-28 07:15:22 CEST

On *both* my home and work freebsd boxen, I'm getting "out of swap
space" errors when importing large trees into a repos. (such as the
aversion or subversion directories.)

I think it's time to start using subpools on commits. I *know* that
the commit driver (crawl_local_mods) creates/frees a subpool for each
level of directory descent... but that memory is only used for
creating hashes of entries. The real problem is that the fs commit
editor needs to subpool when receiving a file's data, I think. It's
currently just using one single pool stashed in the edit_baton. Yee.
Received on Sat Oct 21 14:36:26 2006

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.