Skip to content

Commit

Permalink
Adjust master memory limits (#886)
Browse files Browse the repository at this point in the history
* Adjust limits

Check discussion at giantswarm/giantswarm#27820

* Update CHANGELOG.md
  • Loading branch information
paurosello authored Aug 16, 2023
1 parent 4f09405 commit 70dab39
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [2.126.1] - 2023-08-14

### Changed

- Changed master memory limits to 80%

### Fixed

- Revert change concerning port 8081 in `KubeStateMetricsDown` alert.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ spec:
/ (node_memory_MemTotal_bytes{cluster_type="workload_cluster"}
) * 100
)
) > 90
) > 80
and
( node_memory_MemFree_bytes{cluster_type="workload_cluster"}
+ node_memory_Cached_bytes{cluster_type="workload_cluster"}
Expand Down

0 comments on commit 70dab39

Please sign in to comment.