From a3a1708f1ed82c6532f81b52f56e270778ff5024 Mon Sep 17 00:00:00 2001 From: Luis Guzman Date: Tue, 30 Jun 2020 21:16:51 -0500 Subject: [PATCH] Define system asset (cherry picked from commit 1326e1767d4861984c7e2f4dd01916a277e8cc0d) --- quick_jibri_installer.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/quick_jibri_installer.sh b/quick_jibri_installer.sh index 03468bc..89933b2 100644 --- a/quick_jibri_installer.sh +++ b/quick_jibri_installer.sh @@ -145,7 +145,7 @@ fi echo "Verifying System Resources:" if [ "$(nproc --all)" -lt 4 ];then echo " -Warning!: The system do not meet the minimum requirements for Jibri to run. +Warning!: The system do not meet the minimum CPU requirements for Jibri to run. >> We recommend 4 cores/threads for Jibri! " CPU_MIN="N" @@ -157,7 +157,7 @@ fi mem_available=$(grep MemTotal /proc/meminfo| grep -o '[0-9]\+') if [ ${mem_available} -lt 7700000 ]; then echo " -Warning!: The system do not meet the minimum requirements for Jibri to run. +Warning!: The system do not meet the minimum RAM requirements for Jibri to run. >> We recommend 8GB RAM for Jibri! " MEM_MIN="N"