Skip to content

Commit

Permalink
fix typo (#9460)
Browse files Browse the repository at this point in the history
  • Loading branch information
sixwaaaay authored Aug 14, 2024
1 parent 5d1f304 commit 79aa87a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release-notes/9.0/preview/preview7/runtime.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ Full .NET TechEmpower benchmark results are published [here](https://aka.ms/aspn

If you notice a reduction in throughput, DATAS can be disabled using the following:

- `DOTNET_GCDynamicAdaptationMode=0` environment veriable
- `DOTNET_GCDynamicAdaptationMode=0` environment variable
- setting `System.GC.DynamicAdaptationMode` to `0` in `runtimeconfig.json`
- `GarbageCollectionAdaptationMode` msbuild property set to `0`

0 comments on commit 79aa87a

Please sign in to comment.