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

Re: <?> bdb: Logging region out of memory; you may need to increase its size

From: Heinz Ulrich Stille <hus_at_design-d.de>
Date: 2006-01-26 11:10:17 CET

On Wednesday 25 January 2006 17:54, Kahn, Peter wrote:
> "Berkeley DB error for file system...while openning 'strings' table:
> bdb: Logging region out of memory;..."
[...]
> lock settings:
> set_lk_max_locks
> set_lk_max_lockers
> set_lk_max_objects

Not that I really understand about BDB, but the message said "log", not
"lock". You might try this:
set_cachesize 0 8388608 8
set_lg_regionmax 524288
set_lg_bsize 2097152

That's what I found on the net when my imapd had a similar problem. It
did help me, so these are the settings to look at. No idea whether the
values make sense for subversion, though.

MfG, Ulrich

-- 
Heinz Ulrich Stille / Tel.: +49-541-9400473 / Fax: +49-541-9400450
design_d gmbh / Wilhelmstr. 16 / 49076 Osnabrück / www.design-d.de
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jan 26 11:11:45 2006

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.