From ce40c7912f04d7daad61df029cfc3ea8eb0d8e98 Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Fri, 19 Dec 2025 10:26:17 -0600 Subject: [PATCH] memray tweaks --- docs/docs/troubleshooting/memory.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/troubleshooting/memory.md b/docs/docs/troubleshooting/memory.md index ff8def83f..338037c7a 100644 --- a/docs/docs/troubleshooting/memory.md +++ b/docs/docs/troubleshooting/memory.md @@ -41,7 +41,7 @@ Frigate processes are named using a module-based naming scheme. Common module na You can also specify the full process name (including camera-specific identifiers) if you want to profile a specific camera: ```bash -export FRIGATE_MEMRAY_MODULES="frigate.capture:front_door" +FRIGATE_MEMRAY_MODULES=frigate.capture:front_door ``` When you specify a module name (e.g., `frigate.capture`), all processes with that module prefix will be profiled. For example, `frigate.capture` will profile all camera capture processes.