From 9b5bdae1b4bac9abd803dd195fc824b75bf2ad21 Mon Sep 17 00:00:00 2001 From: Michael Peter Christen Date: Mon, 21 Jan 2013 17:55:28 +0100 Subject: [PATCH] Reverted setting of MMapDirectoryFactory from solrconfig; see http://forum.yacy-websuche.de/viewtopic.php?p=27509#p27509 Instead, in the start script is checked if the host is a 64 host and -Dsolr.directoryFactory=solr.MMapDirectoryFactory is set as java option Reverted the ramBufferSizeMB setting (this was not enabled anyway) because that may be too much memory for small peers and embedded systems. Activated the mergeFactor 4; this was commented out by mistake --- defaults/solr/solrconfig.xml | 11 +++++------ startYACY.sh | 3 +++ 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/defaults/solr/solrconfig.xml b/defaults/solr/solrconfig.xml index 200cbe52b..05b5b46a9 100755 --- a/defaults/solr/solrconfig.xml +++ b/defaults/solr/solrconfig.xml @@ -118,9 +118,10 @@ solr.RAMDirectoryFactory is memory based, not persistent, and doesn't work with replication. --> - - - + + + - + -