-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixed: system can run out of memory with high events rate (#358)
* fixed: system can run out of memory when events are generated at a higher rate than they are processed The most likely scenario is logging in cases of non throttled recurring failures that report errors at a high rate without any throttling), combined with distributed hosts that throttle the processing rate of events gathered from subsystems via CommandHandler.DequeueEvents. Other changes: - added the log type to the max 2 messages in 5 minutes message to make it clearer that it is a limit x type of message
- Loading branch information
1 parent
3751dc7
commit ac1bdf4
Showing
2 changed files
with
16 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters