]> git.ipfire.org Git - thirdparty/systemd.git/commit - meson.build
main: bump fs.nr_open + fs.max-file to their largest possible values
authorLennart Poettering <lennart@poettering.net>
Thu, 11 Oct 2018 16:23:26 +0000 (18:23 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 17 Oct 2018 12:40:39 +0000 (14:40 +0200)
commita8b627aaed409a15260c25988970c795bf963812
tree2e911ab3ce9cff9aeec9265a4d911f2ddc11fcd9
parent52d363e32e935c8cbaab8e61ef776ff30f4e5cb9
main: bump fs.nr_open + fs.max-file to their largest possible values

After discussions with kernel folks, a system with memcg really
shouldn't need extra hard limits on file descriptors anymore, as they
are properly accounted for by memcg anyway. Hence, let's bump these
values to their maximums.

This also adds a build time option to turn thiss off, to cover those
users who do not want to use memcg.
NEWS
meson.build
meson_options.txt
src/core/main.c