-
Notifications
You must be signed in to change notification settings - Fork 21
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
Log stream memory heap #17
Comments
I'm also running into this issue. I noticed that npm install complains about the npm version, as we upgraded to npm 2.x. |
does the bunyan client crashes as well? You could try to increase the buffer size: https://github.com/chris-rock/bunyan-logstash-tcp/blob/master/lib/logstash.js#L54 |
@libreninja I relaxed the npm dependency in the latest master release |
I am not sure if the bunyan client crashes. |
we use a fixed cyclic buffer. therefore the memory should not increase due to the use of the buffer. see https://github.com/trevnorris/cbuffer |
Hi, |
Hi, sorry for mistake, it was an unrelated issue. (mongo connection pool duplication) |
Sometimes my logstash server is crashing, preventing from the bunyan stream to send logs for few hours. It seems that every time it happens, the internal memory usage fills up quickly. I guessed it is caused by the bunyan, keeping the logs queued up before sending it to the server, but couldn't find any documentation of it.
Any way to configure or check the size of he queue log?
The text was updated successfully, but these errors were encountered: