Skip to content

Commit

Permalink
add skip_check_ulimit config
Browse files Browse the repository at this point in the history
  • Loading branch information
FreeOnePlus committed Dec 12, 2024
1 parent 0ee0d86 commit 334a99a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions bin/start_be.sh
Original file line number Diff line number Diff line change
Expand Up @@ -182,9 +182,7 @@ if [[ "${RUN_VERSION}" -eq 1 ]]; then
exit 0
fi



if [[ "${SKIP_CHECK_ULIMIT:-"false"}" != "true" ]]; then
if [[ "${SKIP_CHECK_ULIMIT:- "false"}" != "true" ]]; then
if [[ "$(uname -s)" != 'Darwin' ]]; then
MAX_MAP_COUNT="$(cat /proc/sys/vm/max_map_count)"
if [[ "${MAX_MAP_COUNT}" -lt 2000000 ]]; then
Expand Down

0 comments on commit 334a99a

Please sign in to comment.