From: Tony Ambardar Date: Tue, 7 Aug 2018 11:08:29 +0000 (-0700) Subject: stubby: remove unnecessary core limit X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=7a1cfd43e956235010e321aa4c2cbcf0d12a56aa;p=openwrt-packages.git stubby: remove unnecessary core limit Remove the limit setting core="unlimited", since this shouldn't be needed in production use (i.e. non-debug) and on an embedded platform, which is why it's rarely used by any existing packages. Signed-off-by: Tony Ambardar --- diff --git a/net/stubby/files/stubby.init b/net/stubby/files/stubby.init index 1f2ce16e2..19743f15d 100644 --- a/net/stubby/files/stubby.init +++ b/net/stubby/files/stubby.init @@ -13,8 +13,6 @@ start_service() { procd_set_param respawn ${respawn_threshold:-3600} ${respawn_timeout:-5} ${respawn_retry:-5} - procd_set_param limits core="unlimited" - procd_set_param file /etc/stubby/stubby.yml procd_set_param stdout 1