meson: let's bump RLIMIT_NOFILE hard limit to 512K

Prompted by:

https://lists.freedesktop.org/archives/systemd-devel/2018-October/041578.html
This commit is contained in:
Lennart Poettering 2018-11-15 09:50:42 +01:00 committed by Zbigniew Jędrzejewski-Szmek
parent 230450d4e4
commit 09dad04c49
1 changed files with 1 additions and 1 deletions

View 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