From 64fd65aa52403ef9b114bb0a61b9ef005cb10f29 Mon Sep 17 00:00:00 2001 From: Maidul Islam Date: Thu, 10 Oct 2024 08:58:35 -0700 Subject: [PATCH] Update requirements.mdx --- docs/self-hosting/configuration/requirements.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/self-hosting/configuration/requirements.mdx b/docs/self-hosting/configuration/requirements.mdx index c0e9cab01..e0e992b7f 100644 --- a/docs/self-hosting/configuration/requirements.mdx +++ b/docs/self-hosting/configuration/requirements.mdx @@ -59,6 +59,7 @@ Redis requirements: - Use Redis versions 6.x or 7.x. We advise upgrading to at least Redis 6.2. - Redis Cluster mode is currently not supported; use Redis Standalone, with or without High Availability (HA). - Redis storage needs are minimal: a setup with 2 vCPU, 4 GB RAM, and 30GB SSD will be sufficient for small deployments. +- Set cache eviction policy to `noeviction`. ## Supported Web Browsers