[Koha-patches] [PATCH] [SIGNED-OFF] Bug 6032: Give biblio register and shadow sane default max sizes

Ian Walls ian.walls at bywatersolutions.com
Wed Apr 6 20:28:49 CEST 2011


From: Jared Camins-Esakov <jcamins at bywatersolutions.com>

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 at bywatersolutions.com>
---
 etc/zebradb/zebra-biblios.cfg |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/etc/zebradb/zebra-biblios.cfg b/etc/zebradb/zebra-biblios.cfg
index 5bfe38e..6de43bf 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
-- 
1.5.6.5



More information about the Koha-patches mailing list