mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
added redis conf
This commit is contained in:
parent
628ed13a9e
commit
463cd80005
1 changed files with 1 additions and 1 deletions
|
|
@ -991,7 +991,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 9663676416
|
||||
maxmemory 3221225472
|
||||
#3G
|
||||
# MAXMEMORY POLICY: how Redis will select what to remove when maxmemory
|
||||
# is reached. You can select one from the following behaviors:
|
||||
|
|
|
|||
Loading…
Reference in a new issue