mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-22 09:30:45 +00:00
Config: change commilog max size on disk to be in sync with scylla.yaml
This commit is contained in:
@@ -269,7 +269,7 @@ public:
|
||||
val(commitlog_sync_batch_window_in_ms, uint32_t, 10000, Used, \
|
||||
"Controls how long the system waits for other writes before performing a sync in \"batch\" mode." \
|
||||
) \
|
||||
val(commitlog_total_space_in_mb, uint32_t, 1024, Used, \
|
||||
val(commitlog_total_space_in_mb, uint32_t, 8192, Used, \
|
||||
"Total space used for commitlogs. If the used space goes above this value, Cassandra rounds up to the next nearest segment multiple and flushes memtables to disk for the oldest commitlog segments, removing those log segments. This reduces the amount of data to replay on startup, and prevents infrequently-updated tables from indefinitely keeping commitlog segments. A small total commitlog space tends to cause more flush activity on less-active tables.\n" \
|
||||
"Related information: Configuring memtable throughput" \
|
||||
) \
|
||||
|
||||
Reference in New Issue
Block a user