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