Код IT
← Каталог

Автоматическое управление памятью — runtimeconfig.json: Server GC

Включение Server GC через runtimeconfig.json в .NET.

json garbage-collectionencyclopedia1 embed URL статья в энциклопедии
JSON main.json
{
  "runtimeOptions": {
    "configProperties": {
      "System.GC.Server": true
    }
  }
}
{
  "runtimeOptions": {
    "configProperties": {
      "System.GC.Server": true
    }
  }
}