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

DB_CONFIG on svn.collab.net

From: Sander Striker <striker_at_apache.org>
Date: 2002-05-16 03:09:01 CEST

Hi,

Today I wanted to update some a subversion wc that was
very outdated. The server didn't seem to like it and
issued the familiar 'cannot allocate memory' error.
After that the repos locked up and Ben had to run
db_recover to unlock it again.

That made me think about a DB_CONFIG in our db environment
in the svn repos on svn.collab.net. Since the defaults
are all set to 1000, maybe doubling makes sense:

# This is the configuration file for the Berkeley DB environment
# used by your Subversion repository.

### Lock subsystem
#
# Make sure you read the documentation at:
#
# http://www.sleepycat.com/docs/ref/lock/max.html
#
# before tweaking these values.
set_lk_max_locks 2000
set_lk_max_lockers 2000
set_lk_max_objects 2000

Thoughts?

Sander

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu May 16 03:02:40 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.