From f2e0e50f871013960b06a506dd3f60833d480619 Mon Sep 17 00:00:00 2001 From: Niklas Meyer <62480600+DerLinkman@users.noreply.github.com> Date: Fri, 28 Jan 2022 11:01:31 +0100 Subject: [PATCH] [Config] Readded default Value for Xapian Heap --- generate_config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generate_config.sh b/generate_config.sh index d8397b32..f08b802c 100755 --- a/generate_config.sh +++ b/generate_config.sh @@ -253,7 +253,7 @@ SKIP_XAPIAN=${SKIP_XAPIAN} # Xapian heap size in MB, there is no recommendation, please see Xapians docs. # Xapian is replacing solr completely. It is supposed to be much more efficient in CPU and RAM consumption. -XAPIAN_HEAP=${XAPIAN_HEAP} +XAPIAN_HEAP=1024 # Allow admins to log into SOGo as email user (without any password)