mirror of https://github.com/apache/cassandra
clarify yaml comment about commitlog_periodic_queue_size
This commit is contained in:
parent
680f2bda4d
commit
1218bcacba
|
|
@ -198,9 +198,9 @@ saved_caches_directory: /var/lib/cassandra/saved_caches
|
|||
#
|
||||
# the other option is "periodic" where writes may be acked immediately
|
||||
# and the CommitLog is simply synced every commitlog_sync_period_in_ms
|
||||
# milliseconds. By default this allows 1024*(CPU cores) pending
|
||||
# entries on the commitlog queue. If you are writing very large blobs,
|
||||
# you should reduce that; 16*cores works reasonably well for 1MB blobs.
|
||||
# milliseconds. commitlog_periodic_queue_size allows 1024*(CPU cores) pending
|
||||
# entries on the commitlog queue by default. If you are writing very large
|
||||
# blobs, you should reduce that; 16*cores works reasonably well for 1MB blobs.
|
||||
# It should be at least as large as the concurrent_writes setting.
|
||||
commitlog_sync: periodic
|
||||
commitlog_sync_period_in_ms: 10000
|
||||
|
|
|
|||
Loading…
Reference in New Issue