]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - meson_options.txt
terminal-util: introduce vt_release() helper
[thirdparty/systemd.git] / meson_options.txt
index 83ade5bea41fc7484c1e79fda891f6b3335f460a..b5a20fb0e21a0592c1a9e60870e3f83f9cfa8d9b 100644 (file)
@@ -49,6 +49,10 @@ option('debug-extra', type : 'array', choices : ['hashmap', 'mmap-cache'], value
        description : 'enable extra debugging')
 option('memory-accounting-default', type : 'boolean',
        description : 'enable MemoryAccounting= by default')
+option('bump-proc-sys-fs-file-max', type : 'boolean',
+       description : 'bump /proc/sys/fs/file-max to ULONG_MAX')
+option('bump-proc-sys-fs-nr-open', type : 'boolean',
+       description : 'bump /proc/sys/fs/nr_open to INT_MAX')
 option('valgrind', type : 'boolean', value : false,
        description : 'do extra operations to avoid valgrind warnings')
 option('log-trace', type : 'boolean', value : false,