From 12d2b08413af33284d240ddc9d7425b0e7071d34 Mon Sep 17 00:00:00 2001 From: Jared Camins-Esakov Date: Wed, 6 Apr 2011 14:28:49 -0400 Subject: [PATCH] Bug 6032: Give biblio register and shadow sane default max sizes 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 Signed-off-by: Chris Cormack (cherry picked from commit 2b71959a88029d9b948e13ad2f1f863fad8c44d6) Signed-off-by: Chris Nighswonger --- etc/zebradb/zebra-biblios.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/zebradb/zebra-biblios.cfg b/etc/zebradb/zebra-biblios.cfg index 5bfe38e1c6..6de43bf6b9 100644 --- a/etc/zebradb/zebra-biblios.cfg +++ b/etc/zebradb/zebra-biblios.cfg @@ -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 -- 2.20.1