changed redis memory limit to 1G

This commit is contained in:
2022-07-12 14:34:43 +02:00
committed by Gitea
parent 46a387d12b
commit 9c24087fb2
+1 -1
View File
@@ -535,7 +535,7 @@ rename-command CONFIG 1142eatmyass
# limit for maxmemory so that there is some free RAM on the system for slave
# output buffers (but this is not needed if the policy is 'noeviction').
#
#maxmemory 500mb
maxmemory 1000mb
# MAXMEMORY POLICY: how Redis will select what to remove when maxmemory
# is reached. You can select among five behaviors: