]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - meson.build
Merge pull request #10948 from ssahani/iprule-port-proto
[thirdparty/systemd.git] / meson.build
index acccc22f6745e92c159f10166c021b143ce3e620..b4093b130f1e19435ffb96a834bce170d1a809d3 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