Skip to content

Correct way to enable Server GC in RC2? #1237

@jeremymeng

Description

@jeremymeng

The migration guide suggests something like the following, which seems from aspnet/Announcements#175

{
  "runtimeOptions": {
    "gcServer": true,
    "gcConcurrent": true
  }
}

However, when I tried on RC2, it doesn't work for me. I had to use the code below

  "runtimeOptions": {
    "configProperties": {
      "System.GC.Server": true
    }
  }

Metadata

Metadata

Assignees

Labels

Pri0Urgent priority

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions