Skip to content

Conversation

@adamsitnik
Copy link
Member

We have been always recognizing the settings of the Host process:

Register(GcMode.ServerCharacteristic, () => HostEnvironmentInfo.GetCurrent().IsServerGC);
Register(GcMode.ConcurrentCharacteristic, () => HostEnvironmentInfo.GetCurrent().IsConcurrentGC);

But for some reason we have never re-applied them to benchmark process. Which could cause a confusion in cases where users apply things like:

<ServerGarbageCollection>true</ServerGarbageCollection>

in their project file.

Reported offline by @stephentoub

@adamsitnik adamsitnik added this to the v0.13.1 milestone Aug 4, 2021
@adamsitnik adamsitnik merged commit 8f81b5b into master Aug 4, 2021
@adamsitnik adamsitnik deleted the copyGcSettingsFromHostProcess branch August 4, 2021 16:00
@stephentoub
Copy link
Member

Thanks :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants