ulimit -n

This commit is contained in:
wenxu12345 2022-04-27 10:08:09 +08:00
parent 6db8d9a38a
commit 7546083cd5

View File

@ -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}')