r14763: Add a new tuning parameter, open files database hash size,
authorJeremy Allison <jra@samba.org>
Wed, 29 Mar 2006 22:19:01 +0000 (22:19 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:15:46 +0000 (11:15 -0500)
commit81d4f40bbe202e5dae3d4d1070b02edf16a9f62e
treebbaf7d335dfd8743795a8c1aa97474b7b8e9df61
parent70b59a3b20bc3cd3e1456dc552c43cd1da22f1b0
r14763: Add a new tuning parameter, open files database hash size,
this allows us to experiment with ensuring the tdb hash
size for our open files and locking db are appropriately
sized. Make the hash size larger by default (10007 instead
of 1049) and make the locking db hash size the same as the
open file db hash size.
Jeremy.
(This used to be commit e7225f7e813423c3e2a94af6a9d7ce8a1b50a166)
source3/include/local.h
source3/locking/brlock.c
source3/locking/locking.c
source3/param/loadparm.c