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

Commit 3d34430

Browse files
committed
enhancement: incorporate PR feedback
Signed-off-by: Conor Evans <coevans@tcd.ie>
1 parent 947f288 commit 3d34430

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

operations/phlare/helm/phlare/values.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,12 @@ phlare:
6969
# lines, adjust them as necessary, and remove the curly braces after 'resources'.
7070
#
7171
# Note that if memory consumption is higher than you would like, you can decrease the interval
72-
# that profiles are written into blocks by setting `-phlaredb.max-block-duration` in the `extraArgs`
73-
# stanza. By default, it is set to 3h - override it with `-phlaredb.max-block-duration=30m`, for example.
72+
# that profiles are written into blocks by setting `phlaredb.max-block-duration` in the `extraArgs`
73+
# stanza. By default, it is set to 3h - override it, for example, as below:
74+
# ```
75+
# extraArgs:
76+
# phlaredb.max-block-duration: 30m
77+
# ```
7478
#
7579
# limits:
7680
# cpu: 100m

0 commit comments

Comments
 (0)