From eb7037eea8737f1fbfb7ef39f746648af37d6e21 Mon Sep 17 00:00:00 2001 From: wenxu12345 <44203734@qq.com> Date: Wed, 27 Apr 2022 10:09:05 +0800 Subject: [PATCH] ulimit -n --- script/sdk_svr_start.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/script/sdk_svr_start.sh b/script/sdk_svr_start.sh index 5f47228dc..5ac90501d 100644 --- a/script/sdk_svr_start.sh +++ b/script/sdk_svr_start.sh @@ -3,6 +3,7 @@ source ./style_info.cfg source ./path_info.cfg source ./function.sh +ulimit -n 200000 list1=$(cat $config_path | grep openImApiPort | awk -F '[:]' '{print $NF}') list2=$(cat $config_path | grep openImWsPort | awk -F '[:]' '{print $NF}') list3=$(cat $config_path | grep openImSdkWsPort | awk -F '[:]' '{print $NF}')