From 62d557de2c3969f0bfd34aefc2f56595b43e2c82 Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Thu, 26 Feb 2026 11:49:52 -0600 Subject: [PATCH] re-add size --- docs/docs/frigate/installation.md | 4 ++-- docs/docs/guides/getting_started.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/docs/frigate/installation.md b/docs/docs/frigate/installation.md index 76d987666..96a283fe4 100644 --- a/docs/docs/frigate/installation.md +++ b/docs/docs/frigate/installation.md @@ -56,7 +56,7 @@ services: volumes: - /path/to/your/config:/config - /path/to/your/storage:/media/frigate - - type: tmpfs # In-memory filesystem for recording segment storage + - type: tmpfs # 1GB In-memory filesystem for recording segment storage target: /tmp/cache tmpfs: size: 1000000000 @@ -462,7 +462,7 @@ services: - /etc/localtime:/etc/localtime:ro - /path/to/your/config:/config - /path/to/your/storage:/media/frigate - - type: tmpfs # In-memory filesystem for recording segment storage + - type: tmpfs # 1GB In-memory filesystem for recording segment storage target: /tmp/cache tmpfs: size: 1000000000 diff --git a/docs/docs/guides/getting_started.md b/docs/docs/guides/getting_started.md index 43fc606e8..f0f2f0f98 100644 --- a/docs/docs/guides/getting_started.md +++ b/docs/docs/guides/getting_started.md @@ -119,7 +119,7 @@ services: volumes: - ./config:/config - ./storage:/media/frigate - - type: tmpfs # In-memory filesystem for recording segment storage + - type: tmpfs # 1GB In-memory filesystem for recording segment storage target: /tmp/cache tmpfs: size: 1000000000