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
150bf8a
fixes #12783
gewarren Nov 8, 2019
54c41ba
acrolinx
gewarren Nov 8, 2019
eb60d85
review on staging, and fix bad bookmark
gewarren Nov 8, 2019
37b73af
add in ron's change from pr #12959
gewarren Nov 8, 2019
fa63d93
Update docs/standard/garbage-collection/fundamentals.md
gewarren Nov 11, 2019
649957c
pull upstream master and resolve merge conflicts
gewarren Nov 11, 2019
3ca8330
Merge branch 'concurrent-gc' of github.com:gewarren/docs into concurr…
gewarren Nov 11, 2019
b0ecaa6
remove duplicate concurrent section
gewarren Nov 11, 2019
6bb7655
more rearrangements
gewarren Nov 11, 2019
68c860d
fix bookmark
gewarren Nov 11, 2019
2b80637
review on staging - remove angle brackets
gewarren Nov 11, 2019
3251442
resolve merge conflicts
gewarren Nov 12, 2019
09e4b4a
review feedback from maoni and bill
gewarren Nov 16, 2019
ac66786
feedback from maoni
gewarren Nov 19, 2019
66977d1
Merge branch 'concurrent-gc' of github.com:gewarren/docs into concurr…
gewarren Nov 19, 2019
e18f863
more review feedback
gewarren Nov 19, 2019
0415a23
remove config section; add link to new doc; acrolinx
gewarren Nov 19, 2019
81e9d3d
fix bookmark warnings
gewarren Nov 19, 2019
9d36109
undo changes to gcconcurrent
gewarren Nov 19, 2019
8d66e2a
Merge branch 'master' of github.com:dotnet/docs into concurrent-gc
gewarren Nov 21, 2019
bb27a3f
fix bookmark
gewarren Nov 21, 2019
470cf3e
remove link
gewarren Nov 21, 2019
0dca8ea
add links to specific config settings
gewarren Nov 21, 2019
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