Altinity / documentationIssues

Used to log issues with the Altinity Documentation Site.
2 stars 0 forks source link

OperationsGuide/clickhouse-zookeeper/zookeeper-installation.md #29

Open lesandie opened 1 year ago

lesandie commented 1 year ago

Change to zookeeper (3.7.1 or later)

Change this to:

# The default block size is 64M. One reason for changing the size of the blocks is to reduce the block size
# if snapshots are taken more often. (Also, see snapCount).
preAllocSize=65536
# ZooKeeper logs transactions to a transaction log. After snapCount transactions are written to a log file a
# snapshot is started and a new transaction log file is started. The default snapCount is 100000.
snapCount=10000

# Don't change the above unless you need to reduce the snapshot size. Default values should be ok for different use cases:
# preAllocSize=131072
# snapCount=3000000