From c7c892f7a53c9816b7ffba12a2d0a1454ef301d4 Mon Sep 17 00:00:00 2001 From: G_Ivo Date: Mon, 30 Oct 2023 11:11:37 -0400 Subject: [PATCH] refactor: echo string to be more descriptive --- .../distrib/src/main/resources/common/customize-installation.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kura/distrib/src/main/resources/common/customize-installation.sh b/kura/distrib/src/main/resources/common/customize-installation.sh index 78ca520ce66..5fa31dda0e5 100644 --- a/kura/distrib/src/main/resources/common/customize-installation.sh +++ b/kura/distrib/src/main/resources/common/customize-installation.sh @@ -77,6 +77,6 @@ if [ ${BOARD} = "generic-device" ]; then sed -i "s/-Xms[0-9]*m -Xmx[0-9]*m/$RAM_REPLACEMENT_STRING/g" "/opt/eclipse/kura/bin/$installer_name" done else - echo "Leaving kura ram as the default set in installer profile" + echo "System RAM is less than 1GB. Leaving assigned RAM as the default for the Kura profile." fi fi