Skip to main content

Module memory_pressure

Module memory_pressure 

Source
Expand description

GPU Memory Pressure Handling — FR-005

Automatic memory pressure response for GPU actor systems:

  • Per-actor memory budgets with soft/hard limits
  • Pressure signals broadcast to all actors
  • Configurable mitigation strategies
  • OOM recovery via supervisor restart with reduced allocation

Structs§

MemoryBudget
Per-actor memory budget.
MemoryPressureMonitor
Global memory pressure monitor for all actors.

Enums§

AllocationResult
Result of a memory allocation request.
MitigationStrategy
Mitigation strategy for memory pressure.
PressureLevel
Memory pressure level.