From c905cf47c23ce0cbef791166c1c7687593af7e72 Mon Sep 17 00:00:00 2001 From: Fiona Weber <git@vidister.de> Date: Thu, 28 Mar 2024 19:43:11 +0000 Subject: [PATCH] Docs: Update Redis maxmem recommendation --- docs/admins/deployment.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/admins/deployment.rst b/docs/admins/deployment.rst index a888f45..ad400b7 100644 --- a/docs/admins/deployment.rst +++ b/docs/admins/deployment.rst @@ -104,7 +104,7 @@ Redis is required for communication and persistence between IRRd's processes. IRRd releases are tested on Redis 5, 6 and 7. Beyond a default Redis installation, it is recommended to: -* Increase ``maxmemory`` to 1GB (no limit is also fine). This is a hard +* Increase ``maxmemory`` to 2GB (no limit is also fine). This is a hard requirement - IRRd will exceed the default maximum memory otherwise. * Disable snapshotting, by removing all ``save`` lines from the Redis configuration. IRRd always reloads the existing data upon startup