Skip to content

Commit 351a42f

Browse files
authored
Add version introduced for environment variable (#23633)
1 parent 6fe4a5e commit 351a42f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/run-time-config/garbage-collector.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ The high memory load threshold can be adjusted by the `COMPlus_GCHighMemPercent`
371371
| | Setting name | Values | Version introduced |
372372
| - | - | - | - |
373373
| **runtimeconfig.json** | `System.GC.HighMemoryPercent` | *decimal value* | .NET 5.0 |
374-
| **Environment variable** | `COMPlus_GCHighMemPercent` | *hexadecimal value* | |
374+
| **Environment variable** | `COMPlus_GCHighMemPercent` | *hexadecimal value* | .NET Core 3.0<br/>.NET Framework 4.7.2 |
375375

376376
> [!TIP]
377377
> If you're setting the option in *runtimeconfig.json*, specify a decimal value. If you're setting the option as an environment variable, specify a hexadecimal value. For example, to set the high memory threshold to 75%, the values would be 75 for the JSON file and 0x4B or 4B for the environment variable.

0 commit comments

Comments
 (0)