Share feedback
Answers are generated based on the documentation.

Experimental

Schema

StopMemoryOutcome

Type: string

StopMemoryOutcome records the stop/start guarantee independently of location.

Values: unspecified: unspecified is not an advertised or accepted guarantee. discard: discard retains disk and starts a fresh process tree. preserve: preserve restores the stopped process tree on start.

All schema constraints and annotations
{
  "description": "StopMemoryOutcome records the stop/start guarantee independently of location.\n\nValues:\nunspecified: unspecified is not an advertised or accepted guarantee.\ndiscard: discard retains disk and starts a fresh process tree.\npreserve: preserve restores the stopped process tree on start.",
  "enum": [
    "unspecified",
    "discard",
    "preserve"
  ],
  "title": "StopMemoryOutcome",
  "type": "string"
}