Skip to content

Commit

Permalink
Docs: Update Redis maxmem recommendation
Browse files Browse the repository at this point in the history
  • Loading branch information
Fiona Weber authored and Sasha Romijn committed Apr 8, 2024
1 parent 91cd131 commit c905cf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/admins/deployment.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c905cf4

Please sign in to comment.