From 42332cdd26aab5e0d2e4bc5190503c91b10852f7 Mon Sep 17 00:00:00 2001 From: skiffer-git <72860476+skiffer-git@users.noreply.github.com> Date: Sat, 20 Apr 2024 09:18:27 +0800 Subject: [PATCH] Add files via upload --- start-config.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 start-config.yml diff --git a/start-config.yml b/start-config.yml new file mode 100644 index 000000000..cd9663c98 --- /dev/null +++ b/start-config.yml @@ -0,0 +1,19 @@ +serviceBinaries: + openim-api: 1 + openim-crontask: 1 + openim-rpc-user: 1 + openim-msggateway: 1 + openim-push: 1 + openim-msgtransfer: 1 + openim-rpc-conversation: 1 + openim-rpc-auth: 1 + openim-rpc-group: 1 + openim-rpc-friend: 1 + openim-rpc-msg: 1 + openim-rpc-third: 1 +toolBinaries: + - ncpu + - check-free-memory + - versionchecker + - check-component +maxFileDescriptors: 10000