[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: Ben Collins <bcollins_at_debian.org>
Date: 2002-10-10 15:06:53 CEST

On Thu, Oct 10, 2002 at 05:44:44AM -0700, Noel Yap wrote:
> --- 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?

What's the error on the server? Try this over ra_local so you can see
what's actually going on. Sounds like you are running out of memory and
the apache proc is being killed.

-- 
Debian     - http://www.debian.org/
Linux 1394 - http://www.linux1394.org/
Subversion - http://subversion.tigris.org/
Deqo       - http://www.deqo.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 15:07:39 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.