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:
Einsler Lee 2020-06-04 15:28:51 +08:00 committed by Zbigniew Jędrzejewski-Szmek
parent 161bc1b627
commit 168561f2eb
1 changed files with 1 additions and 1 deletions

View File

@ -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,