Skip to content

Commit

Permalink
When I made the fix in this PR: #38713 I didn't notice one additional…
Browse files Browse the repository at this point in the history
… place that needed to be changed (#38964)

Co-authored-by: Maoni0 <[email protected]>
  • Loading branch information
Maoni0 and Maoni0 authored Jan 22, 2024
1 parent cff0d63 commit 24caafb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/core/runtime-config/garbage-collector.md
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ For more information about some of these settings, see the [Middle ground betwee
{
"runtimeOptions": {
"configProperties": {
"System.GC.HeapAffinitizeRanges": "0:1-10,0:12,1:50-52,1:70"
"System.GC.HeapAffinitizeRanges": "0:1-10,0:12,1:50-52,1:7"
}
}
}
Expand All @@ -348,7 +348,7 @@ For more information about some of these settings, see the [Middle ground betwee
```json
{
"configProperties": {
"System.GC.HeapAffinitizeRanges": "0:1-10,0:12,1:50-52,1:70"
"System.GC.HeapAffinitizeRanges": "0:1-10,0:12,1:50-52,1:7"
}
}
```
Expand Down

0 comments on commit 24caafb

Please sign in to comment.