Merge pull request #1161 from Security-Onion-Solutions/fix/redisconf

Update Redis maxmemory settings
This commit is contained in:
weslambert
2020-08-11 13:27:28 -04:00
committed by GitHub

View File

@@ -858,7 +858,7 @@ acllog-max-len 128
# limit for maxmemory so that there is some free RAM on the system for replica # 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'). # output buffers (but this is not needed if the policy is 'noeviction').
# #
# maxmemory <bytes> maxmemory 817m
# MAXMEMORY POLICY: how Redis will select what to remove when maxmemory # MAXMEMORY POLICY: how Redis will select what to remove when maxmemory
# is reached. You can select one from the following behaviors: # is reached. You can select one from the following behaviors:
@@ -889,7 +889,7 @@ acllog-max-len 128
# #
# The default is: # The default is:
# #
# maxmemory-policy noeviction maxmemory-policy noeviction
# LRU, LFU and minimal TTL algorithms are not precise algorithms but approximated # LRU, LFU and minimal TTL algorithms are not precise algorithms but approximated
# algorithms (in order to save memory), so you can tune it for speed or # algorithms (in order to save memory), so you can tune it for speed or