Bug 6032: Give biblio register and shadow sane default max sizes
authorJared Camins-Esakov <jcamins@bywatersolutions.com>
Wed, 6 Apr 2011 18:28:49 +0000 (14:28 -0400)
committerChris Cormack <chrisc@catalyst.net.nz>
Thu, 7 Apr 2011 01:27:34 +0000 (13:27 +1200)
The out-of-the-box maximum size for the biblio register and shadow stores is
4GB, which is much too small for even medium sized libraries. This makes the
default maximum 20GB, which should be enough for even most large libraries.

Signed-off-by: Ian Walls <ian.walls@bywatersolutions.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
etc/zebradb/zebra-biblios.cfg

index 5bfe38e..6de43bf 100644 (file)
@@ -44,8 +44,8 @@ lockDir: __ZEBRA_LOCK_DIR__/biblios
 perm.anonymous:ar
 perm.__ZEBRA_USER__:rw
 passwd: __ZEBRA_CONF_DIR__/etc/passwd
-register: __ZEBRA_DATA_DIR__/biblios/register:4G
-shadow: __ZEBRA_DATA_DIR__/biblios/shadow:4G
+register: __ZEBRA_DATA_DIR__/biblios/register:20G
+shadow: __ZEBRA_DATA_DIR__/biblios/shadow:20G
 
 # Temp File area for result sets
 setTmpDir: __ZEBRA_DATA_DIR__/biblios/tmp