From 168561f2eb01bd76ff4b8d5b69e76dfb0a6edba9 Mon Sep 17 00:00:00 2001 From: Einsler Lee Date: Thu, 4 Jun 2020 15:28:51 +0800 Subject: [PATCH] change fs/file-max to LONG_MAX instead of ULONG_MAX Since this has been changed in: https://github.com/systemd/systemd/commit/6e2f78948403a4cce45b9e34311c9577c624f066, the change should be synchronized. --- meson_options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson_options.txt b/meson_options.txt index 2a2597912f..5e6842f9d6 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -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,