From 7546083cd58ca74746e47007cc068b5477d1ceee Mon Sep 17 00:00:00 2001 From: wenxu12345 <44203734@qq.com> Date: Wed, 27 Apr 2022 10:08:09 +0800 Subject: [PATCH] ulimit -n --- script/sdk_svr_start.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/script/sdk_svr_start.sh b/script/sdk_svr_start.sh index 5f47228dc..738e0eba3 100644 --- a/script/sdk_svr_start.sh +++ b/script/sdk_svr_start.sh @@ -3,6 +3,8 @@ 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}')