mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-11-05 03:42:08 +08:00
12 lines
274 B
Bash
12 lines
274 B
Bash
#!/bin/bash
|
|
|
|
# Define an associative array to store the binaries and their counts.
|
|
# The count for openim-msgtransfer is set to 4, all others are set to 1.
|
|
declare -A binaries=(
|
|
[openim-test]=2
|
|
[openim-no-port]=2
|
|
)
|
|
|
|
|
|
tool_binaries=("ncpu" "infra" "check-free-memory")
|