CoreDumpConfig (type)

{
  "additionalProperties": false, 
  "description": "Node core dump config", 
  "id": "CoreDumpConfig", 
  "properties": {
    "global_file_limit": {
      "default": 2, 
      "minimum": 0, 
      "title": "Core dump file persistence config global limit", 
      "type": "integer"
    }, 
    "global_frequency_threshold": {
      "default": 600, 
      "minimum": 0, 
      "title": "Core dump files frequency threshold config in seconds, set 0 to disable\n", 
      "type": "integer"
    }, 
    "process_config": {
      "items": {
        "$ref": "CoreDumpProcessConfig
      }, 
      "title": "Core dump config per process limit", 
      "type": "array"
    }
  }, 
  "title": "Node core dump config", 
  "type": "object"
}