Skip to content

Commit

Permalink
production: increase ES Prometheus exporter memory (#1337)
Browse files Browse the repository at this point in the history
The exporter is currently being killed due to lack of memory
let us try increasing this
  • Loading branch information
tarrow authored Dec 27, 2023
1 parent ccf66fb commit f49547c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ es:
resources:
requests:
cpu: 250m
memory: 1.25Gi
memory: 2Gi
limits:
cpu: 250m
memory: 2Gi
memory: 4Gi

serviceMonitor:
scrapeTimeout: 50s
Expand Down

0 comments on commit f49547c

Please sign in to comment.