Skip to content

Commit

Permalink
systemd: Do not bump file-max or nr-open
Browse files Browse the repository at this point in the history
We dont't feel safe with the limits raised to the maximum, so restore
old limits.
  • Loading branch information
donald committed Apr 8, 2019
1 parent 4baa2b1 commit 58d9462
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion systemd.be0
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,9 @@ mee_configure() {
-Dsplit-usr=true \
-Dsysusers=false \
-Ddefault-kill-user-processes=false \
-Db_lto=false
-Db_lto=false \
-Dbump-proc-sys-fs-file-max=false \
-Dbump-proc-sys-fs-nr-open=false
}

#mee_build() {
Expand Down

0 comments on commit 58d9462

Please sign in to comment.