nixos/redis: add changelog for #67768

This commit is contained in:
Florian Klink 2019-09-01 14:12:10 +02:00
parent ff2fd6c4e5
commit 8680f72c88

View File

@ -603,6 +603,9 @@
The <link linkend="opt-services.redis.enable">redis module</link> was hardcoded to use the <literal>redis</literal> user,
<filename class="directory">/run/redis</filename> as runtime directory and
<filename class="directory">/var/lib/redis</filename> as state directory.
Note that the NixOS module for Redis now disables kernel support for Transparent Huge Pages (THP),
because this features causes major performance problems for Redis,
e.g. (https://redis.io/topics/latency).
</para>
</listitem>
<listitem>