Skip to content

Commit 7287449

Browse files
authored
Update garbage-collector.md (#43776)
1 parent e5c41ee commit 7287449

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/core/runtime-config/garbage-collector.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -664,8 +664,8 @@ Project file:
664664

665665
| | Setting name | Values | Version introduced |
666666
| - | - | - | - |
667-
| **runtimeconfig.json** | `System.GC.LOHThreshold` | *decimal value* | .NET Core 1.0 |
668-
| **Environment variable** | `COMPlus_GCLOHThreshold` | *hexadecimal value* | .NET Core 1.0 |
667+
| **runtimeconfig.json** | `System.GC.LOHThreshold` | *decimal value* | .NET Core 3.0 |
668+
| **Environment variable** | `COMPlus_GCLOHThreshold` | *hexadecimal value* | .NET Core 3.0 |
669669
| **Environment variable** | `DOTNET_GCLOHThreshold` | *hexadecimal value* | .NET 6 |
670670
| **app.config for .NET Framework** | [GCLOHThreshold](../../framework/configure-apps/file-schema/runtime/gclohthreshold-element.md) | *decimal value* | .NET Framework 4.8 |
671671

0 commit comments

Comments
 (0)