set max open file num

pull/168/head
skiffer-git 3 years ago
parent c4ec54f6e4
commit 58163cefa0

@ -3,6 +3,8 @@
source ./style_info.cfg
source ./path_info.cfg
source ./function.sh
ulimit -n 200000
list1=$(cat $config_path | grep openImOnlineRelayPort | awk -F '[:]' '{print $NF}')
list2=$(cat $config_path | grep openImWsPort | awk -F '[:]' '{print $NF}')
list_to_string $list1

Loading…
Cancel
Save