changed redis memory limit to 1G
This commit is contained in:
+1
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user