From a7527896f2a583f99e99de48f9befd2710b878ea Mon Sep 17 00:00:00 2001 From: Daniel Hansson Date: Fri, 22 Sep 2023 18:16:53 +0200 Subject: [PATCH] raise minimum RAM Signed-off-by: Daniel Hansson --- apps/fulltextsearch.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/fulltextsearch.sh b/apps/fulltextsearch.sh index 01ee227c..94204deb 100644 --- a/apps/fulltextsearch.sh +++ b/apps/fulltextsearch.sh @@ -68,8 +68,8 @@ then exit 1 fi -# Test RAM size (4GB min) + CPUs (min 2) -ram_check 4 FullTextSearch +# Test RAM size (6GB min) + CPUs (min 2) +ram_check 6 FullTextSearch cpu_check 2 FullTextSearch # Make sure there is an Nextcloud installation