mirror of
https://github.com/systemd/systemd.git
synced 2025-01-09 01:18:19 +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.
This commit is contained in:
parent
161bc1b627
commit
168561f2eb
@ -58,7 +58,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,
|
||||
|
Loading…
Reference in New Issue
Block a user