Uh oh!
There was an error while loading. Please reload this page.
Update heap hard limit for large pages - #73508
Conversation
ghost
commented
Aug 6, 2022
Tagging subscribers to this area: @dotnet/gc Issue DetailsFixes #54616 This bug is for segments only, some of the segment size calculations may increase the total size allocated. To make sure all allocated memory can be used (without being limited by the heap hard limit), the heap hard limit should be increased to match the allocated memory.
|
mangod9
commented
Aug 6, 2022
since this only affects certain platforms now, is it worth taking for 7? |
cshung
commented
Aug 6, 2022
One way or the other, we need to get this bug out of 7.0.0. We can either fix it, won't fix it, or move the bug to 8. Here are some info helpful for the decision:
Let me know what we want to do with this bug. |
mangod9
commented
Aug 12, 2022
lets move to 8 for now and then we can determine what to do then. |
4e9866e to
2e0f5b9Comparecshung
commented
Jan 27, 2023
/backport to release/7.0 |
Started backporting to release/7.0: https://github.com/dotnet/runtime/actions/runs/4027925993 |
Fixes#54616
This bug is for segments only, some of the segment size calculations may increase the total size allocated. To make sure all allocated memory can be used (without being limited by the heap hard limit), the heap hard limit should be increased to match the allocated memory.