Browse Source

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 <itugrok@yahoo.com>
lilik-openwrt-22.03
Tony Ambardar 6 years ago
committed by guidosarducci
parent
commit
7a1cfd43e9
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      net/stubby/files/stubby.init

+ 0
- 2
net/stubby/files/stubby.init View File

@ -13,8 +13,6 @@ start_service() {
procd_set_param respawn ${respawn_threshold:-3600} ${respawn_timeout:-5} ${respawn_retry:-5} 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 file /etc/stubby/stubby.yml
procd_set_param stdout 1 procd_set_param stdout 1


Loading…
Cancel
Save