-
Notifications
You must be signed in to change notification settings - Fork 203
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
[bug] High memory usage even in low-memory mode
#1438
Comments
low-memory mode
low-memory mode
low-memory mode
I checked out->build commits since 2.15.0 and confirmed that the following PR seems to be the cause. The following measurement results show that the problem seems to be that memory usage is high only in low-memory mode. |
I confirmed there is a memory increase: v2.14.0 with low memory mode:
main branch:
main branch with sorting events:
|
@fukusuket I tested things monitoring with Activity Monitor and found out that the maximum memory usage is not in the top lines of So I don't think there is a problem. But if you want to check on your end, please be sure to also monitor with Activity Monitor or Task Manager. |
@YamatoSecurity I 'll check with Windows Task Manager and if everything is OK, close this issue! |
@YamatoSecurity As you said, the |
Describe the bug
I noticed that even in low-memory mode, since 2.16.0, memory usage is high ... :(
I'll investigate if I can reduce memory usage. 🤔
I compared them with the results of the baseline-evtx and 2.14.0's rule.
The results of the execution are attached.
perf.txt
Expected behavior
Memory usage to be about the same as 2.15.0
The text was updated successfully, but these errors were encountered: