Skip to content

Commit db52ad7

Browse files
committed
Limit the max size of chunks
1 parent 20dac10 commit db52ad7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

carbon-clickhouse.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ level = "warn"
1818
# Folder for buffering received data
1919
path = "/data/carbon-clickhouse/"
2020
# Rotate (and upload) file interval.
21+
chunk-max-size = 400000000
2122
# Minimize chunk-interval for minimize lag between point receive and store
2223
chunk-interval = "1s"
2324
# Auto-increase chunk interval if the number of unprocessed files is grown

0 commit comments

Comments
 (0)