Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion docs/core/run-time-config/garbage-collector.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ Use the following settings to select flavors of garbage collection:

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

| | Setting name | Values | Version introduced |
| - | - | - | - |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Specifies whether garbage collection supports multiple CPU groups.

[**\<configuration>**](../configuration-element.md)\
&nbsp;&nbsp;[**\<runtime>**](runtime-element.md)\
&nbsp;&nbsp;&nbsp;&nbsp;**\<GCCpuGroup>**
&nbsp;&nbsp;&nbsp;&nbsp;**\<GCCpuGroup>**

## Syntax

Expand Down
Loading