Skip to content

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

@markstos

Description

@markstos

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions