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

Re: FW: Cannot allocate memory?

From: <cmpilato_at_collab.net>
Date: 2002-04-11 16:54:38 CEST

"Sander Striker" <striker@apache.org> writes:

> > Create a file called <path-to-repo>/db/DB_CONFIG, and put in it:
> >
> > set_lk_max_locks 5000
> > set_lk_max_lockers 5000
> > set_lk_max_objects 5000
> >
> > The do this:
> >
> > $ cd <path-to-repo>/db/
> > $ db4_recover -ve -h .
> >
> > Now the import should work.
>
> Right. Maybe we should let 'svnadmin create' create the <repos>/db/DB_CONFIG
> file with some default values and put something about it in <repos>/README.
> And, we should put something in the README/INSTALL file(s) about this (I'll
> try and do that somewhere soon).

+1, baby. Great suggestion. Though perhaps this work should actually
be in svn_fs_ so that all Subversion repos creators (there may be
others besides svnadmin, like, say, our C tests) get the same default
values.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Apr 11 16:57:01 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.