1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-10-26 08:55:18 +03:00

change fs/file-max to LONG_MAX instead of ULONG_MAX

Since this has been changed in: 6e2f789484, the change should be synchronized.

(cherry picked from commit 168561f2eb)
This commit is contained in:
Einsler Lee 2020-06-04 15:28:51 +08:00 committed by Zbigniew Jędrzejewski-Szmek
parent d8643cce02
commit 216bca0c02

View File

@ -56,7 +56,7 @@ option('debug-extra', type : 'array', choices : ['hashmap', 'mmap-cache', 'sipha
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')
description : 'bump /proc/sys/fs/file-max to LONG_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,