Set ulimit (#19086)

* Add script to set ulimits in case they are too low

* Run the script

* Set version

* Set limit if it is too low
This commit is contained in:
Nicolas Mowen
2025-07-10 08:48:42 -06:00
committed by GitHub
parent f29cf43f52
commit 213dc97c17
3 changed files with 29 additions and 1 deletions
@@ -50,6 +50,7 @@ function set_libva_version() {
echo "[INFO] Preparing Frigate..."
migrate_db_path
set_libva_version
/usr/local/ulimit/set_ulimit.sh
echo "[INFO] Starting Frigate..."
cd /opt/frigate || echo "[ERROR] Failed to change working directory to /opt/frigate"