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

Commit 6920305

Browse files
authored
Merge pull request #435 from conorevans/conorevans/phlare-423
enhancement(helm): add note in resources section regarding max block duration
2 parents 7669df6 + 3d34430 commit 6920305

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

operations/phlare/helm/phlare/values.yaml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,16 @@ phlare:
6666
# We usually recommend not to specify default resources and to leave this as a conscious
6767
# choice for the user. This also increases chances charts run on environments with little
6868
# resources, such as Minikube. If you do want to specify resources, uncomment the following
69-
# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
69+
# lines, adjust them as necessary, and remove the curly braces after 'resources'.
70+
#
71+
# 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, for example, as below:
74+
# ```
75+
# extraArgs:
76+
# phlaredb.max-block-duration: 30m
77+
# ```
78+
#
7079
# limits:
7180
# cpu: 100m
7281
# memory: 128Mi

0 commit comments

Comments
 (0)