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

Jared Camins-Esakov jcamins at bywatersolutions.com
Tue Apr 5 14:10:04 CEST 2011


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.
---
 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.7.2.3



More information about the Koha-patches mailing list