Skip to content
This repository was archived by the owner on Nov 15, 2025. It is now read-only.

Commit 168561f

Browse files
lclgokeszybz
authored andcommitted
change fs/file-max to LONG_MAX instead of ULONG_MAX
Since this has been changed in: systemd@6e2f789, the change should be synchronized.
1 parent 161bc1b commit 168561f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meson_options.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ option('debug-extra', type : 'array', choices : ['hashmap', 'mmap-cache', 'sipha
5858
option('memory-accounting-default', type : 'boolean',
5959
description : 'enable MemoryAccounting= by default')
6060
option('bump-proc-sys-fs-file-max', type : 'boolean',
61-
description : 'bump /proc/sys/fs/file-max to ULONG_MAX')
61+
description : 'bump /proc/sys/fs/file-max to LONG_MAX')
6262
option('bump-proc-sys-fs-nr-open', type : 'boolean',
6363
description : 'bump /proc/sys/fs/nr_open to INT_MAX')
6464
option('valgrind', type : 'boolean', value : false,

0 commit comments

Comments
 (0)