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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user