Skip to content

Commit

Permalink
Merge pull request openshift#2716 from harche/bug_1980844
Browse files Browse the repository at this point in the history
Bug 1980844: bump SystemMemoryExceedsReservation alert threshold to 95%
  • Loading branch information
openshift-ci[bot] authored Aug 17, 2021
2 parents 9f7f2f2 + 5148f16 commit 08fe510
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ spec:
rules:
- alert: SystemMemoryExceedsReservation
expr: |
sum by (node) (container_memory_rss{id="/system.slice"}) > ((sum by (node) (kube_node_status_capacity{resource="memory"} - kube_node_status_allocatable{resource="memory"})) * 0.9)
sum by (node) (container_memory_rss{id="/system.slice"}) > ((sum by (node) (kube_node_status_capacity{resource="memory"} - kube_node_status_allocatable{resource="memory"})) * 0.95)
for: 15m
labels:
severity: warning
Expand Down

0 comments on commit 08fe510

Please sign in to comment.