Re: ["Kirby C. Bohling" <kbohling@birddog.com>] Re: Disk/Memory Consumption of SVN
From: Greg Stein <gstein_at_lyra.org>
Date: 2002-02-01 22:10:41 CET
On Fri, Feb 01, 2002 at 01:49:03PM -0600, Kirby C. Bohling wrote:
Oops. wrong version (as you noted)
> > So then I did:
Use "db_recover -e" to create the "environment" files (the __db things).
Normally, we do the following:
$ /usr/local/BerkeleyDB.4.0/bin/db_recover -veh /path/to/repos/db
I don't know why it removes the environment files by default.
>...
It sounds like you've got a nice data set for this. We will certainly be
> > more information when I get the stuff rebuilt. There are roughly 800MB
I would recommend that between each of your imports, to do the following:
$DB_BIN/db_archive -h $REPOS/db | tee /dev/tty | xargs rm
That will give you a list of the files, send them to the screen, and then
> > By the write times it appears to have just cycled thru the 10M
db_archive will only list the log files that are no longer in use, so there
Cheers,
-- Greg Stein, http://www.lyra.org/ --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Sat Oct 21 14:37:03 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.