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

lack of queue size management could lead to memory exhaustion, crash. #24

Open
markstos opened this issue Jun 26, 2015 · 0 comments
Open

Comments

@markstos
Copy link

It appears that if the Syslog server is unavailable via TCP, the message is pushed on to an internal in-memory queue in the form of the self.queue JavaScript array.

If the syslog server continues to be down and logging continues to arrive, there is nothing to prevent the size of this queue from growing until memory is exhausted and things start to crash.

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

1 participant