From e8e00338d1738fe8a2fc5763f606d7bc2698be5f Mon Sep 17 00:00:00 2001 From: Avi Kivity Date: Thu, 26 May 2016 14:20:50 +0300 Subject: [PATCH] config: document defragment_memory_on_idle Message-Id: <1464261650-14136-2-git-send-email-avi@scylladb.com> --- conf/scylla.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/conf/scylla.yaml b/conf/scylla.yaml index 429a245175..ec94019388 100644 --- a/conf/scylla.yaml +++ b/conf/scylla.yaml @@ -805,3 +805,11 @@ commitlog_total_space_in_mb: -1 # true: relaxed environment checks; performance and reliability may degraade. # # developer_mode: false + + +# Idle-time background processing +# +# Scylla can perform certain jobs in the background while the system is otherwise idle, +# freeing processor resources when there is other work to be done. +# +# defragment_memory_on_idle: true