remove 1gb limit for tsdb to confirm it was the root cause for memory issues [ci skip]
This commit is contained in:
parent
e0ff80e217
commit
ace5fa27be
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ server:
|
||||||
extraFlags:
|
extraFlags:
|
||||||
# - "web.enable-admin-api"
|
# - "web.enable-admin-api"
|
||||||
- "storage.tsdb.allow-overlapping-blocks"
|
- "storage.tsdb.allow-overlapping-blocks"
|
||||||
- "storage.tsdb.retention.size=1GB"
|
# - "storage.tsdb.retention.size=1GB"
|
||||||
persistentVolume:
|
persistentVolume:
|
||||||
# enabled: false
|
# enabled: false
|
||||||
existingClaim: prometheus-iscsi-pvc
|
existingClaim: prometheus-iscsi-pvc
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue