From 9aa6ce97e3be984a1d9eb99cc04d6ce2c26d406c Mon Sep 17 00:00:00 2001 From: binhex Date: Thu, 2 Apr 2020 08:29:14 +0100 Subject: [PATCH] move to init script, as required for all images currently --- build/root/install.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build/root/install.sh b/build/root/install.sh index 0a7d9d7..e1496d1 100644 --- a/build/root/install.sh +++ b/build/root/install.sh @@ -309,10 +309,6 @@ 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)