mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-22 13:33:56 +03:00
NEWS fix boolean value for meson options
Valid boolean values for meson are 'true' and 'false', not 'yes' and 'no'.
This commit is contained in:
parent
b8cd434d20
commit
a579d42a24
2
NEWS
2
NEWS
@ -201,7 +201,7 @@ CHANGES WITH 240:
|
||||
file descriptors currently enforced (fs.file-max, fs.nr_open,
|
||||
RLIMIT_NOFILE hard, RLIMIT_NOFILE soft) we turn off the first two,
|
||||
and keep only the latter two. A set of build-time options
|
||||
(-Dbump-proc-sys-fs-file-max=no and -Dbump-proc-sys-fs-nr-open=no)
|
||||
(-Dbump-proc-sys-fs-file-max=false and -Dbump-proc-sys-fs-nr-open=false)
|
||||
has been added to revert this change in behaviour, which might be
|
||||
an option for systems that turn off memcg in the kernel.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user