diff --git a/bin/start_be.sh b/bin/start_be.sh index 9b102077dcd599..48ae202d9fadb1 100755 --- a/bin/start_be.sh +++ b/bin/start_be.sh @@ -84,7 +84,7 @@ if [[ "${MAX_FILE_COUNT}" -lt 60000 ]]; then fi if [[ "$(swapon -s | wc -l)" -gt 1 ]]; then - echo "Please disable swap memory before installation." + echo "Please disable swap memory before installation, eg: 'swapoff -a'." exit 1 fi