From 98468b3a37eb67d16b1241b12759ea2ae6519b01 Mon Sep 17 00:00:00 2001 From: John Sully Date: Fri, 1 Feb 2019 14:01:35 -0500 Subject: [PATCH] template config Former-commit-id: a6d27dc02c6525f80f20007238638954755d9f16 --- redis.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/redis.conf b/redis.conf index 93ab9a42e..9847c98f8 100644 --- a/redis.conf +++ b/redis.conf @@ -1376,3 +1376,7 @@ rdb-save-incremental-fsync yes # the main dictionary scan # active-defrag-max-scan-fields 1000 +# Path to directory for file backed scratchpad. The file backed scratchpad +# reduces memory requirements by storing rarely accessed data on disk +# instead of RAM. A temporary file will be created in this directory. +# scratch-file-path /tmp/