bufix for pgrep stack size issue

pull/42/head 4.2.2-1-02
binhex 4 years ago
parent 4a74d31031
commit b2a4eac248

@ -309,6 +309,10 @@ fi
export APPLICATION="qbittorrent"
# set stack size from unlimited to prevent pgrep allocation memory bug
# see here for details on the bug (open) https://gitlab.com/procps-ng/procps/issues/152
ulimit -s 8192
EOF
# replace env vars placeholder string with contents of file (here doc)

Loading…
Cancel
Save