Vixen
02b45cc4
csharp
public enum MemoryPressure

How 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)

  • Normal

    Nothing to worry about.

  • Warning

    Give back what is easy to reconstruct: caches, decoded textures, pooled buffers.

  • Critical

    Give 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