csharp
public enum MemoryPressureHow much memory pressure the OS is reporting.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (3)
NormalNothing to worry about.
WarningGive back what is easy to reconstruct: caches, decoded textures, pooled buffers.
CriticalGive back everything that is not needed for the current frame. The next step the OS takes is killing the process.
Used by (6)
- DesktopLifecycleVixen.Platform.Desktop
- HeadlessLifecycleVixen.Platform.Headless
- HeadlessLifecycleTestsVixen.Platform.Headless.Tests
- ILifecycleVixen.Platform
- MobileLifecycleVixen.Platform
- MobileLifecycleTestsVixen.Platform.Tests