kuoruan / luci-app-kcptun

LuCI support for kcptun
Apache License 2.0
316 stars 84 forks source link

chore: increase core size and nofile limits #58

Closed HiGarfield closed 3 years ago

HiGarfield commented 3 years ago

As stated in kcptun official repository:

Increase the number of open files on your server, as: ulimit -n 65535, or write it in ~/.bashrc.

In openwrt,

procd_set_param limits nofile="65535 65535"

does the same thing.