Skip to content

Commit

Permalink
misc: increase redis memory limit
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinKolarik committed Jan 6, 2025
1 parent 99959d9 commit 11df941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/redis/node.conf
Original file line number Diff line number Diff line change
Expand Up @@ -1132,7 +1132,7 @@ acllog-max-len 128
# limit for maxmemory so that there is some free RAM on the system for replica
# output buffers (but this is not needed if the policy is 'noeviction').
#
maxmemory 8GB
maxmemory 10GB

# MAXMEMORY POLICY: how Redis will select what to remove when maxmemory
# is reached. You can select one from the following behaviors:
Expand Down

0 comments on commit 11df941

Please sign in to comment.