Skip to content

Commit

Permalink
[minor] add disable swap command
Browse files Browse the repository at this point in the history
  • Loading branch information
xiedeyantu committed Nov 11, 2023
1 parent 557693c commit 56e97a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/start_be.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 56e97a8

Please sign in to comment.