mirror of
https://github.com/hacksider/Deep-Live-Cam.git
synced 2026-09-01 21:40:52 +02:00
setrlimit(RLIMIT_DATA) is rejected by the macOS kernel for the values used here, crashing the app during startup. Since --max-memory defaults to suggest_max_memory() (4 on Darwin), max_memory is always set on macOS and every launch reached this call. Fixes #1848.