Skip to content

Memory Utilisation widget shows warnings based on memory request value, not limit value #38

@wvh

Description

@wvh

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions