Unverified Commit 05b99c8f authored by Ali's avatar Ali Committed by GitHub
Browse files

Fix typo in redis.conf (#12634)

unnecessarily and repetitive "OR"
parent 9ebf80a2
...@@ -1362,7 +1362,7 @@ oom-score-adj-values 0 200 800 ...@@ -1362,7 +1362,7 @@ oom-score-adj-values 0 200 800
#################### KERNEL transparent hugepage CONTROL ###################### #################### KERNEL transparent hugepage CONTROL ######################
# Usually the kernel Transparent Huge Pages control is set to "madvise" or # 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", # case this config has no effect. On systems in which it is set to "always",
# redis will attempt to disable it specifically for the redis process in order # redis will attempt to disable it specifically for the redis process in order
# to avoid latency problems specifically with fork(2) and CoW. # to avoid latency problems specifically with fork(2) and CoW.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment