pub fn spawn_oom_watchdog( threshold_mb: usize, interval: Duration, ) -> Option<JoinHandle<()>>
Start the OOM watchdog, or return None if one is already running.
None