Skip to content

Commit b3eb3c4

Browse files
authored
GC fundamentals clean up (#15761)
* fixes #12783 * add in ron's change from pr #12959 * Update docs/standard/garbage-collection/fundamentals.md Co-Authored-By: Next Turn <45985406+NextTurn@users.noreply.github.com> * review feedback from maoni and bill * remove config section; add link to new doc; acrolinx * add links to specific config settings
1 parent cf82995 commit b3eb3c4

File tree

3 files changed

+84
-82
lines changed

3 files changed

+84
-82
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ Use the following settings to select flavors of garbage collection:
2828

2929
- Configures whether the application uses workstation garbage collection or server garbage collection.
3030
- Default: Workstation garbage collection (`false`).
31-
- For more information, see [Configure garbage collection](../../standard/garbage-collection/fundamentals.md#configuring-garbage-collection).
3231

3332
| | Setting name | Values | Version introduced |
3433
| - | - | - | - |

docs/framework/configure-apps/file-schema/runtime/gccpugroup-element.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Specifies whether garbage collection supports multiple CPU groups.
1212

1313
[**\<configuration>**](../configuration-element.md)\
1414
&nbsp;&nbsp;[**\<runtime>**](runtime-element.md)\
15-
&nbsp;&nbsp;&nbsp;&nbsp;**\<GCCpuGroup>**
15+
&nbsp;&nbsp;&nbsp;&nbsp;**\<GCCpuGroup>**
1616

1717
## Syntax
1818

0 commit comments

Comments
 (0)