Skip to content
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

Enable background server garbage collection #703

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

@willdean
Copy link
Collaborator

willdean commented Aug 29, 2017

According to (my reading of) that article this is the the default anyway, isn't it?

"Starting with the .NET Framework 4.5, background server garbage collection is the default mode for server garbage collection. "

@tweber-cs
Copy link
Contributor Author

Based on these docs the default is enabled="false"

https://docs.microsoft.com/en-us/dotnet/framework/configure-apps/file-schema/runtime/gcserver-element

Value Description
false Does not run server garbage collection. This is the default.
true Runs server garbage collection.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants