Skip to content

Commit

Permalink
feat: update example config file
Browse files Browse the repository at this point in the history
  • Loading branch information
devanbenz committed Mar 4, 2025
1 parent 8c61bce commit ea0bdbf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions etc/config.sample.toml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,11 @@
# will allow TSM compactions to write to disk.
# compact-throughput-burst = "48m"

# CompactPointsPerBlock is the points per block to be used when aggressive
# compaction is used. There are certain cases where TSM files do not get
# fully compacted. This adjusts an internal parameter that alleviates that.
# compact-points-per-block = 10000

# If true, then the mmap advise value MADV_WILLNEED will be provided to the kernel with respect to
# TSM files. This setting has been found to be problematic on some kernels, and defaults to off.
# It might help users who have slow disks in some cases.
Expand Down

0 comments on commit ea0bdbf

Please sign in to comment.