Skip to content

Commit

Permalink
fix: updated few max and min resources (#1445)
Browse files Browse the repository at this point in the history
  • Loading branch information
beepdot authored Apr 28, 2020
1 parent abde9dc commit 1a773ca
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions ansible/roles/stack-monitor/defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
prometheus_reservation_memory: 1G
prometheus_limit_memory: 1G
prometheus_limit_memory: 2G
prometheus_storage_retention_time: 90d

alertmanager_reservation_memory: 100M
alertmanager_reservation_memory: 50M
alertmanager_limit_memory: 100M

node_exporter_reservation_memory: 16M
Expand All @@ -17,11 +17,11 @@ elasticsearch_exporter_limit_memory: 24M
postgres_exporter_reservation_memory: 16M
postgres_exporter_limit_memory: 32M

statsd_exporter_reservation_memory: 8M
statsd_exporter_limit_memory: 16M
statsd_exporter_reservation_memory: 25M
statsd_exporter_limit_memory: 50M

blackbox_exporter_reservation_memory: 16M
blackbox_exporter_limit_memory: 32M
blackbox_exporter_reservation_memory: 25M
blackbox_exporter_limit_memory: 50M

jsonpath_exporter_reservation_memory: 32M
jsonpath_exporter_limit_memory: 64M
Expand Down

0 comments on commit 1a773ca

Please sign in to comment.