From 1cc74480ff3c3fa0ae322f7d0f671da5414ac9fd Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Thu, 1 Jan 2026 13:50:31 -0700 Subject: [PATCH] Reduce redundancy in titles --- docs/docs/troubleshooting/cpu.md | 2 +- docs/docs/troubleshooting/dummy-camera.md | 2 +- docs/docs/troubleshooting/edgetpu.md | 2 +- docs/docs/troubleshooting/gpu.md | 2 +- docs/docs/troubleshooting/memory.md | 2 +- docs/docs/troubleshooting/recordings.md | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/docs/troubleshooting/cpu.md b/docs/docs/troubleshooting/cpu.md index 331f34419..a9f449ad8 100644 --- a/docs/docs/troubleshooting/cpu.md +++ b/docs/docs/troubleshooting/cpu.md @@ -1,6 +1,6 @@ --- id: cpu -title: Troubleshooting High CPU Usage +title: High CPU Usage --- High CPU usage can impact Frigate's performance and responsiveness. This guide outlines the most effective configuration changes to help reduce CPU consumption and optimize resource usage. diff --git a/docs/docs/troubleshooting/dummy-camera.md b/docs/docs/troubleshooting/dummy-camera.md index 7e7c26ae9..c510f2ba8 100644 --- a/docs/docs/troubleshooting/dummy-camera.md +++ b/docs/docs/troubleshooting/dummy-camera.md @@ -1,6 +1,6 @@ --- id: dummy-camera -title: Troubleshooting Detection +title: Analyzing Object Detection --- When investigating object detection or tracking problems, it can be helpful to replay an exported video as a temporary "dummy" camera. This lets you reproduce issues locally, iterate on configuration (detections, zones, enrichment settings), and capture logs and clips for analysis. diff --git a/docs/docs/troubleshooting/edgetpu.md b/docs/docs/troubleshooting/edgetpu.md index af94a3d84..97b2b0040 100644 --- a/docs/docs/troubleshooting/edgetpu.md +++ b/docs/docs/troubleshooting/edgetpu.md @@ -1,6 +1,6 @@ --- id: edgetpu -title: Troubleshooting EdgeTPU +title: EdgeTPU Errors --- ## USB Coral Not Detected diff --git a/docs/docs/troubleshooting/gpu.md b/docs/docs/troubleshooting/gpu.md index a5b48246a..6399f92d8 100644 --- a/docs/docs/troubleshooting/gpu.md +++ b/docs/docs/troubleshooting/gpu.md @@ -1,6 +1,6 @@ --- id: gpu -title: Troubleshooting GPU +title: GPU Errors --- ## OpenVINO diff --git a/docs/docs/troubleshooting/memory.md b/docs/docs/troubleshooting/memory.md index 22b395469..d062944e5 100644 --- a/docs/docs/troubleshooting/memory.md +++ b/docs/docs/troubleshooting/memory.md @@ -1,6 +1,6 @@ --- id: memory -title: Troubleshooting Memory Usage +title: Memory Usage --- Frigate includes built-in memory profiling using [memray](https://bloomberg.github.io/memray/) to help diagnose memory issues. This feature allows you to profile specific Frigate modules to identify memory leaks, excessive allocations, or other memory-related problems. diff --git a/docs/docs/troubleshooting/recordings.md b/docs/docs/troubleshooting/recordings.md index d26a3614e..b1f180a82 100644 --- a/docs/docs/troubleshooting/recordings.md +++ b/docs/docs/troubleshooting/recordings.md @@ -1,6 +1,6 @@ --- id: recordings -title: Troubleshooting Recordings +title: Recordings Errors --- ## I have Frigate configured for motion recording only, but it still seems to be recording even with no motion. Why?