Skip to content
This repository was archived by the owner on Jul 19, 2023. It is now read-only.

Commit ae6ed84

Browse files
Update helm ingester limits (#521)
* Revert "Increase ingester default limits (#518)" This reverts commit 7cd89e4. * Update helm ingester limits * Regenerate docs and protobuf --------- Co-authored-by: Christian Simon <simon@swine.de>
1 parent 7cd89e4 commit ae6ed84

File tree

5 files changed

+1299
-24
lines changed

5 files changed

+1299
-24
lines changed

api/gen/proto/go/google/v1/profile.pb.go

Lines changed: 9 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/sources/operators-guide/configure/reference-configuration-parameters/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,9 +185,9 @@ phlaredb:
185185
# CLI flag: -phlaredb.max-block-duration
186186
[max_block_duration: <duration> | default = 3h]
187187

188-
# How big should a single row group be
188+
# How big should a single row group be uncompressed
189189
# CLI flag: -phlaredb.row-group-target-size
190-
[row_group_target_size: <int> | default = 104857600]
190+
[row_group_target_size: <int> | default = 1342177280]
191191

192192
tracing:
193193
# Set to false to disable tracing.

0 commit comments

Comments
 (0)