pub const MEMORY_REQUEST_ANNOTATION: &str = "yah.placement.memory-request-mb";Expand description
Annotation key carrying a workload’s memory request in MiB — what a
scheduler must find free on a node — separate from the memory_mb
ceiling the backend enforces as a cgroup limit. See
WorkloadSpec::memory_request_mb.