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

may be leaky #8

Closed
Dieterbe opened this issue Nov 27, 2015 · 2 comments
Closed

may be leaky #8

Dieterbe opened this issue Nov 27, 2015 · 2 comments

Comments

@Dieterbe
Copy link
Contributor

i just saw start_graphite.py grow to >26GB, both virt and RSS.
this was with graphite-raintank and also modified to run in debug mode

#os.execv('/usr/local/bin/gunicorn', args)
from graphite_api.app import app

app.run(debug=True, port=8888, host="0.0.0.0", use_reloader=False)

and then finally

[11709.172545] Out of memory: Kill process 25436 (start-graphite.) score 852 or sacrifice child
[11709.172547] Killed process 25436 (start-graphite.) total-vm:28044608kB, anon-rss:27951128kB, file-rss:0kB
[11714.273750] mce: [Hardware Error]: Machine check events logged

so not sure what's going on here.

@Dieterbe
Copy link
Contributor Author

@woodsaj anything actionable here? if not let's just close this

@woodsaj
Copy link
Contributor

woodsaj commented Feb 25, 2016

nothing that can be actioned here without knowing the query load that was being sent.

performance testing definitely cant be done when using Flask's built in HTTP server.

@woodsaj woodsaj closed this as completed Feb 25, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants