From c8aaceed469c8d6b177ec0c534b92a8c8013edaa Mon Sep 17 00:00:00 2001 From: Shivshankar Date: Fri, 4 Oct 2024 16:30:59 -0400 Subject: [PATCH] Correct the typo in valkey.conf file (#1118) Correct the typo in valkey.conf file Signed-off-by: Shivshankar-Reddy --- valkey.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/valkey.conf b/valkey.conf index f9d102a95..56110a52b 100644 --- a/valkey.conf +++ b/valkey.conf @@ -1394,7 +1394,7 @@ oom-score-adj-values 0 200 800 #################### KERNEL transparent hugepage CONTROL ###################### # Usually the kernel Transparent Huge Pages control is set to "madvise" or -# or "never" by default (/sys/kernel/mm/transparent_hugepage/enabled), in which +# "never" by default (/sys/kernel/mm/transparent_hugepage/enabled), in which # case this config has no effect. On systems in which it is set to "always", # the server will attempt to disable it specifically for the server process in order # to avoid latency problems specifically with fork(2) and CoW.