-
Notifications
You must be signed in to change notification settings - Fork 5k
Added a Dynamic Event for OOM Reporting #110617
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
Conversation
Tagging subscribers to this area: @dotnet/gc |
Looks like there is a build break on MacOS. |
I pushed a commit that sets fgm for regions. |
(uint64_t)oom_info.gc_index, | ||
(uint64_t)oom_info.alloc_size, | ||
(uint8_t)oom_info.reason, | ||
(uint8_t)oom_info.fgm, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TODO: Get GC# when fgm is set.
Draft Pull Request was automatically closed for 30 days of inactivity. Please let us know if you'd like to reopen it. |
Corresponding PR in the Performance Repo: dotnet/performance#4606
Corresponding PR in the PerfView Repo: microsoft/perfview#2156