Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

memory usage goes up rapidly #171

Closed
hexsprite opened this issue Mar 28, 2018 · 6 comments
Closed

memory usage goes up rapidly #171

hexsprite opened this issue Mar 28, 2018 · 6 comments
Assignees
Labels

Comments

@hexsprite
Copy link
Contributor

Memory goes up until the node gets evicted due to memory usage.

Not sure if this is related to the latest update.

image

@rusenask rusenask added the bug label Mar 29, 2018
@rusenask rusenask self-assigned this Mar 29, 2018
@rusenask
Copy link
Collaborator

Hi, could you please provide some more info:

  • what triggers do you use? poll?
  • which provider or both?

Anything suspicious in the logs?

@hexsprite
Copy link
Contributor Author

I'm using the K8s provider.

# frontend.yaml
...
metadata:
  name: frontend
  labels:
    keel.sh/policy: force
    keel.sh/trigger: poll      
  annotations:
    keel.sh/pollSchedule: "@every 30s"
...
        image: xxx:stable

I also have a second deployment that uses the identical settings, same image. Then I have a 3rd deployment that uses a different image using the :master tag.

@rusenask
Copy link
Collaborator

Hi, do you still have this issue? I have tried replicating it with polling trigger on minikube and on GKE, getting stable 16MB RAM usage. Will continue to investigate..

@hexsprite
Copy link
Contributor Author

Looks like it. I'll upgrade to 0.8.3 but it doesn't look like there should be much change from the changelog.

image

@rusenask
Copy link
Collaborator

rusenask commented Apr 1, 2018

Thanks, should be fixed in #178.

@hexsprite
Copy link
Contributor Author

looks fixed now

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants