spawn_oom_watchdog

Function spawn_oom_watchdog 

Source
pub fn spawn_oom_watchdog(
    threshold_mb: usize,
    interval: Duration,
) -> Option<JoinHandle<()>>
Expand description

Start the OOM watchdog, or return None if one is already running.