This is an automated email from the ASF dual-hosted git repository.
kxiao pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-2.0 by this push:
new 5433bb54d2a [minor] add disable swap command tip (#26798)
5433bb54d2a is described below
commit 5433bb54d2a6ef4c82137151183994c4996ae412
Author: chen <[email protected]>
AuthorDate: Sat Nov 11 15:48:48 2023 +0800
[minor] add disable swap command tip (#26798)
---
bin/start_be.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/start_be.sh b/bin/start_be.sh
index 9b102077dcd..48ae202d9fa 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
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]