-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
[WIP] enable regions for MacOS #87421
Conversation
Tagging subscribers to this area: @dotnet/gc Issue DetailsEnabling regions for MacOS
|
/azp run runtime-coreclr outerloop |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run runtime-coreclr outerloop |
Azure Pipelines successfully started running 1 pipeline(s). |
The MacOS x64 failures look related to large dumps being generated since Regions reserve 256gb of memory. CI machines dont seem to have the right config to generate smaller dumps leading to disk space issues. |
This PR would need to wait for coredumps to be enabled on MacOS to reduce the failures. This issue is tracking that change: #65422 |
Closing for now till MacOS issue is resolved. |
Enabling regions for MacOS