]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
meson: let's bump RLIMIT_NOFILE hard limit to 512K
authorLennart Poettering <lennart@poettering.net>
Thu, 15 Nov 2018 08:50:42 +0000 (09:50 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 28 Nov 2018 16:08:27 +0000 (17:08 +0100)
Prompted by:

https://lists.freedesktop.org/archives/systemd-devel/2018-October/041578.html

meson.build

index 86e1c8932bc7c90d1bcc25e5bc6affa89e03a123..a46090ad473c86893464ddbb02773e02f7f07b48 100644 (file)
@@ -75,7 +75,7 @@ conf.set10('HAVE_SYSV_COMPAT', sysvinit_path != '' and sysvrcnd_path != '',
 
 conf.set10('BUMP_PROC_SYS_FS_FILE_MAX', get_option('bump-proc-sys-fs-file-max'))
 conf.set10('BUMP_PROC_SYS_FS_NR_OPEN',  get_option('bump-proc-sys-fs-nr-open'))
-conf.set('HIGH_RLIMIT_NOFILE',          256*1024)
+conf.set('HIGH_RLIMIT_NOFILE',          512*1024)
 
 # join_paths ignore the preceding arguments if an absolute component is
 # encountered, so this should canonicalize various paths when they are