Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
Increase default memory limit (`redis_maxmemory`) to 2GB
  • Loading branch information
E-VANCE authored Jul 14, 2021
1 parent e1eeca2 commit 7289e5e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Basic config options

redis_config_path: /etc/redis
redis_daemonize: 'yes'
redis_pidfile: /run/redis/redis-server.pid
Expand All @@ -26,7 +25,7 @@ redis_dir: /var/lib/redis
redis_maxclients: 10000

# Max memory values
redis_maxmemory: 128mb
redis_maxmemory: 2gb
redis_maxmemory_policy: noeviction
redis_maxmemory_samples: 3

Expand Down

0 comments on commit 7289e5e

Please sign in to comment.