From f2778c4904f822611c67f2d226a3d12e125eb155 Mon Sep 17 00:00:00 2001 From: Micah Snyder Date: Fri, 22 Mar 2024 16:20:20 -0400 Subject: [PATCH] Fix broken FAQ link Fixes: https://github.com/Cisco-Talos/clamav/issues/1204 --- src/faq/faq-troubleshoot.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/faq/faq-troubleshoot.md b/src/faq/faq-troubleshoot.md index a47cb2f..7c18a82 100644 --- a/src/faq/faq-troubleshoot.md +++ b/src/faq/faq-troubleshoot.md @@ -76,12 +76,12 @@ For other questions regarding issues with the signature databases, see our [Viru ## ClamAV becomes unresponsive -ClamAV requires a lot of memory in order to function properly. It is particularly common in environments like Docker / Kubernetes for a container to lack the required memory needed for the `clamd` process to reload the databases after the daily signature update. This may cause the process to crash or become unresponsive. You can find [more information here](manual/Installing/Docker.md#memory-ram-requirements). +ClamAV requires a lot of memory in order to function properly. It is particularly common in environments like Docker / Kubernetes for a container to lack the required memory needed for the `clamd` process to reload the databases after the daily signature update. This may cause the process to crash or become unresponsive. You can find [more information here](../manual/Installing/Docker.md#memory-ram-requirements). ## ClamAV stops responding after about 24 hours -ClamAV requires a lot of memory in order to function properly. It is particularly common in environments like Docker / Kubernetes for a container to lack the required memory needed for the `clamd` process to reload the databases after the daily signature update. This may cause the process to crash or become unresponsive. You can find [more information here](manual/Installing/Docker.md#memory-ram-requirements). +ClamAV requires a lot of memory in order to function properly. It is particularly common in environments like Docker / Kubernetes for a container to lack the required memory needed for the `clamd` process to reload the databases after the daily signature update. This may cause the process to crash or become unresponsive. You can find [more information here](../manual/Installing/Docker.md#memory-ram-requirements). ## ClamAV crashes once each day -ClamAV requires a lot of memory in order to function properly. It is particularly common in environments like Docker / Kubernetes for a container to lack the required memory needed for the `clamd` process to reload the databases after the daily signature update. This may cause the process to crash or become unresponsive. You can find [more information here](manual/Installing/Docker.md#memory-ram-requirements). +ClamAV requires a lot of memory in order to function properly. It is particularly common in environments like Docker / Kubernetes for a container to lack the required memory needed for the `clamd` process to reload the databases after the daily signature update. This may cause the process to crash or become unresponsive. You can find [more information here](../manual/Installing/Docker.md#memory-ram-requirements).