From c7b35f7878fdecba75b8a976e375e1701c1d25c5 Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Fri, 22 Aug 2025 14:29:13 -0500 Subject: [PATCH] clean up --- frigate/stats/util.py | 2 +- web/public/locales/en/views/system.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frigate/stats/util.py b/frigate/stats/util.py index f102f211a..6d20f8f9a 100644 --- a/frigate/stats/util.py +++ b/frigate/stats/util.py @@ -380,7 +380,7 @@ def stats_snapshot( "last_updated": int(time.time()), } - for path in [RECORD_DIR, CLIPS_DIR, CACHE_DIR, "/dev/shm"]: + for path in [RECORD_DIR, CLIPS_DIR, CACHE_DIR]: try: storage_stats = shutil.disk_usage(path) except (FileNotFoundError, OSError): diff --git a/web/public/locales/en/views/system.json b/web/public/locales/en/views/system.json index 1fc211521..c03d10652 100644 --- a/web/public/locales/en/views/system.json +++ b/web/public/locales/en/views/system.json @@ -93,7 +93,7 @@ }, "shm": { "title": "SHM (shared memory) allocation", - "warning": "The current SHM size of {{total}}MB is too small, recommend increasing to {{min_shm}}MB.", + "warning": "The current SHM size of {{total}}MB is too small. Increase it to at least {{min_shm}}MB.", "readTheDocumentation": "Read the documentation" }, "cameraStorage": {