Skip to content
This repository has been archived by the owner on Jan 28, 2025. It is now read-only.

bdcs-api-server is probably leaking memory #68

Open
atodorov opened this issue Apr 26, 2018 · 0 comments
Open

bdcs-api-server is probably leaking memory #68

atodorov opened this issue Apr 26, 2018 · 0 comments
Labels

Comments

@atodorov
Copy link
Member

It looks like the API server may be leaking memory.

Steps to reproduce:

  1. Start the API container, make a note of the amount of used memory
  2. Start welder-web and run the e2e test suite against the Haskell backend. I repeat this a few times while I'm working on the e2e test suite.

After a few executions (around 3 usually) I notice that the API server is taking a lot more memory than it used to:

  PID USER      PR  NI    VIRT    RES    SHR S  %CPU %MEM     TIME+ COMMAND                                                               
30432 root      20   0  1,011t 4,427g   9928 S   0,3 58,7   5:58.92 bdcs-api-server  

This is on a system with 8GB RAM (using 55% according to top). After all the tests are done the memory usage stays pretty much the same.

@atodorov atodorov added the bug label Apr 26, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant