1
0
mirror of synced 2025-12-19 18:06:02 -05:00

Update known issues for startup regression (#10114)

* Update known issues for startup regression

Added a known issue regarding startup regression in fractional CPU containers.

* Make it clear that the startup regression is in .NET 10 runtime.

* Update release-notes/10.0/known-issues.md

* Specify regression percentage.

Co-authored-by: Jan Kotas <jkotas@microsoft.com>

* Specify that it happens only on x64.

Updated known issues for .NET 10, including workarounds and performance regressions.

* Update release-notes/10.0/known-issues.md

---------

Co-authored-by: Jan Kotas <jkotas@microsoft.com>
This commit is contained in:
Julie Lee
2025-10-14 14:01:16 -07:00
committed by GitHub
parent 7bb301d354
commit acce489e24

View File

@@ -60,3 +60,7 @@ A `global.json` that sets SDK version along with the test runner will look like:
}
}
```
## Startup Performance Regression in Fractional CPU Containers
Up to 10% startup performance regression was identified in .NET 10 runtime, particularly affecting scenarios running in containers with fractional CPU allocations. This issue has been observed only on x64 architecture. We are actively investigating and working to resolve the issue in future updates.