-
Notifications
You must be signed in to change notification settings - Fork 19
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
Security Channel log -- ErrorCode: 14 #73
Comments
This seems to be occurred with Out of Memory:
ref: https://docs.microsoft.com/en-us/windows/win32/debug/system-error-codes--0-499-
|
In the ReadMe.md, it describes ‘rate_limit’ as a way to “”” |
Customer is generating > 2000 entries per second on the security channel. With Also since customer uses
Here is the conf:
|
Can you help us understanding how |
rate limit can cause consuming pause and this will cause CPU and memory usage decline. |
This shouldn't be occurred. I guess just discarded Windows EventLog which are not consumed from Fluentd Windows EventLog plugin. |
One of our clients encountered this error. (Sorry that i can't reproduce it in my side.) The client has increased the memory from 8GB to 16 GB and now 32GB. But still it got errorCode:14 which is Out of Memory error code in Windows. Also It affects only Security channel. All other channels' logs flow in without trouble.. I looked through the code and this is the stack-trace that i think it might be happening during the crash(only security channel crashed). I wonder how could one single eventlog entry consumed that much memory considering the client has increased it from 8->16->32GB but still sees the error. Alongside there was always a memory spike when the crash happened
(Note: ordering is in invoking sequence)
Starting from subscribe.each
Then rb_winevt_subscribe_each is invoked by
subscribe.each
Then rb_winevt_subscribe_each_yield is invoked
Then rb_winevt_subscribe_message is invoked
Then get_description is invoked
Then get_message is invoked inside
get_description
Then EvtFormatMessage is invoked but returns
ERROR_OUTOFMEMORY
(ErrorCode: 14)Finally raise an error here
Error Message:
The text was updated successfully, but these errors were encountered: