Skip to content

Reloader memory leak? #474

Open
Open
@liad5h

Description

image: ghcr.io/stakater/reloader:v1.0.26
chart version: v1.0.26

By default the reloader is deployed without resource limits.
When deploying it without limits, the reloader sometimes consumes lots of memory.

I installed the chart with the following values:

fullnameOverride: reloader
reloader:
  deployment:
    resources:
      limits:
        cpu: "500m"
        memory: "2Gi"
      requests:
        cpu: "10m"
        memory: "512Mi"

is this a known issue?

image
image

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    kind/bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions