From 5c63d8f07a84e2b5c9d20688e25077f3367eb40f Mon Sep 17 00:00:00 2001 From: bo0tzz Date: Tue, 12 Sep 2023 10:30:15 +0200 Subject: [PATCH] format(docs) (#4064) * fix(docs): Link typo * fix(docs): Footnote whitespace * format(docs) --- docs/docs/FAQ.md | 2 +- docs/docs/install/environment-variables.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/docs/FAQ.md b/docs/docs/FAQ.md index 4548cba372..9ecc6fc2d9 100644 --- a/docs/docs/FAQ.md +++ b/docs/docs/FAQ.md @@ -39,7 +39,7 @@ This often happens when using a reverse proxy or cloudflare tunnel in front of I ### Why is Immich slow on low-memory systems like the Raspberry Pi? -Immich optionally uses machine learning for several features. However, it can be too heavy to run on a Raspberry Pi. You can [mitigate](/docs/FAQ.md#how-can-i-disable-machine-learning#how-can-i-lower-immichs-cpu-usage) this or [disable](/docs/FAQ.md#how-can-i-disable-machine-learning) machine learning entirely. +Immich optionally uses machine learning for several features. However, it can be too heavy to run on a Raspberry Pi. You can [mitigate](/docs/FAQ#how-can-i-lower-immichs-cpu-usage) this or [disable](/docs/FAQ.md#how-can-i-disable-machine-learning) machine learning entirely. ### How can I lower Immich's CPU usage? diff --git a/docs/docs/install/environment-variables.md b/docs/docs/install/environment-variables.md index 98ca8595e5..ed84fd439f 100644 --- a/docs/docs/install/environment-variables.md +++ b/docs/docs/install/environment-variables.md @@ -199,7 +199,9 @@ Typesense URL example JSON before encoding: | `MACHINE_LEARNING_WORKER_TIMEOUT` | Maximum time (s) of unresponsiveness before a worker is killed | `120` | machine learning | \*1: This is an experimental feature. It may result in increased memory use over time when loading models repeatedly. + \*2: It is recommended to begin with this parameter when changing the concurrency levels of the machine learning service and then tune the other ones. + \*3: Since each process duplicates models in memory, changing this is not recommended unless you have abundant memory to go around. :::info