Hello!
The Memory Utilisation and Health widgets show the request value and warn if the memory usage approaches 100%.
However, we've got the following limits set:
resources:
requests:
memory: "2Gi"
cpu: "1"
limits:
memory: "12Gi"
Should the widget only show warnings if the memory usage approaches the limit of 12Gi and not the request value of 2Gi?
Now it feels things are about to go horribly wrong, while the database can easily request more memory if it needs.