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

Re: problems with large commits

From: Noel Yap <yap_noel_at_yahoo.com>
Date: 2002-10-10 14:44:44 CEST

--- Ben Collins <bcollins@debian.org> wrote:
> Look at db/DB_CONFIG in the repo. Increase the locks
> available (for the
> kernel imports I tested, I used 10000 for each).
> After changing them
> you'll need to do:
>
> cd db
> db_recover -ve -h .

I now have the following in my DB_CONFIG file:
set_lk_max_locks 65536
set_lk_max_lockers 4096
set_lk_max_objects 4096
set_lg_bsize 1048576
set_lg_max 4194304

but I'm still getting the error:
svn: RA layer request failed
svn: Commit failed (details follow):
svn: MKCOL of
/svn-repo/!svn/wrk/c23a74d8-a5ac-0310-a8f3-a252d8919f93/olf/main/LATEST/sql/complete:
Could not read status line: Connection aborted

during a large commit. It's not even that large; less
than 2000 files in a couple of directories. Could the
problem be the number of files within one directory?

Thanks,
Noel

__________________________________________________
Do you Yahoo!?
Faith Hill - Exclusive Performances, Videos & More
http://faith.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Oct 10 14:45:27 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.