-
Notifications
You must be signed in to change notification settings - Fork 20
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 issue #63
Comments
We noticed the same problem with @ddurieux on an other module ... and there is also this issue shinken-monitoring/mod-webui#128 A more global memory leak problem in the new Shinken framework ? |
Only the PID of the Livestatus module was eating memory. 2015-05-11 18:18 GMT+02:00 Frédéric MOHIER [email protected]:
|
:D you mean since 1.4.2 ? (more precisely since fe3f7ad ) if yes then maybe the gc.collect() ought to be useful in a way or another (for that kind of problematic) !?? (while theoretically it shouldn't change anything, though..) :°@ first thing you can try : re-add gc.collect() somewhere in the code ! yeah :D ok but not at the same place than previously ;°) can you say when occurs the increase of memory consumption in the process ? when you have a restart of arbiter, that's it ?? if yes, I hope so, then re-adding gc.collect() in the broker somewhere after when a new config is received maybe could help.. but I won't be able to help more for now guys.. |
@gst, yes I mean 1.4.2 2015-05-12 21:13 GMT+02:00 Grégory Starck [email protected]:
|
I think there is a memory leak with the upstream version of Livestatus.
LS broker module was stable around 1Go with my previous version (see performance issue, ie before the threading model) for more than 1 year, now it can increase up to 12Go and more ( I reloaded it at 12Go ...)
The text was updated successfully, but these errors were encountered: