-
Notifications
You must be signed in to change notification settings - Fork 6k
GC fundamentals clean up #15761
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GC fundamentals clean up #15761
Conversation
* Documented additional GC switches * Updated TOC * Update docs/core/runtime-config/envvars.md Co-Authored-By: Maira Wenzel <mairaw@microsoft.com> * Update docs/core/runtime-config/index.md Co-Authored-By: Maira Wenzel <mairaw@microsoft.com> * remove changes that are taken care of by prs #15760 and #15761 * add new elements to index file and parent element table; toc improvements
There are some merge conflicts here |
Co-Authored-By: Next Turn <45985406+NextTurn@users.noreply.github.com>
There are still merge conflicts here. Do you want to take care of that before we start reviewing? |
probably a good idea to introduce the SOH/LOH acronyms here Refers to: docs/standard/garbage-collection/fundamentals.md:197 in 3251442. [](commit_id = 3251442, deletion_comment = False) |
|
||
 | ||
|
||
## Configure garbage collection |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Configure garbage collection [](start = 2, length = 29)
should this just point to the page that you are working on, @gewarren?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, good idea. I added the link, which will be broken until that PR is merged.
I've added a label to indicate this PR is waiting on the other one first. |
Close/reopen for new build. |
@BillWagner I'm ready for a final approval. Thanks much! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is really well organized, and a great article.
You can when ready.
@BillWagner Thanks very much! |
Fixes #12783