Skip to content

Make appropriate GC environment variables available in runtimeconfig.json #166

@ghost

Description

A few GC environment variables have no runtimeconfig.json equivalent.
This proposal is to add new runtimeconfig.json settings with the same effect as existing environment variables.
Proposed new settings:

  • "System.GC.CpuGroup": Same as COMPlus_GCCpuGroup
  • "System.GC.HighMemoryPercent": Same as COMPlus_GCHighMemPercent
  • "System.GC.LargePages": Same as COMPlus_GCLargePages
  • "System.GC.HeapAffinitizeRanges": Same as COMPlus_GCHeapAffinitizeRanges

Metadata

Metadata

Assignees

Labels

api-suggestionEarly API idea and discussion, it is NOT ready for implementationarea-GC-coreclr

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions