Skip to content

Commit

Permalink
Update redis configs for v2.6.x
Browse files Browse the repository at this point in the history
  • Loading branch information
rlr committed Feb 12, 2014
1 parent f7d846f commit dad20cf
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 24 deletions.
8 changes: 0 additions & 8 deletions configs/redis/redis-persistent.conf
Expand Up @@ -15,12 +15,4 @@ maxmemory 2147483648
maxmemory-policy volatile-lru
appendonly no
appendfsync everysec
vm-enabled no
vm-swap-file /tmp/redis-sumo-persistent.swap
vm-max-memory 0
vm-page-size 32
vm-pages 134217728
vm-max-threads 4
hash-max-zipmap-entries 64
hash-max-zipmap-value 512
activerehashing yes
8 changes: 0 additions & 8 deletions configs/redis/redis-test.conf
Expand Up @@ -12,12 +12,4 @@ maxmemory 15032385536
maxmemory-policy allkeys-lru
appendonly no
appendfsync everysec
vm-enabled no
vm-swap-file /tmp/redis-sumo-test.swap
vm-max-memory 0
vm-page-size 32
vm-pages 134217728
vm-max-threads 4
hash-max-zipmap-entries 64
hash-max-zipmap-value 512
activerehashing yes
8 changes: 0 additions & 8 deletions configs/redis/redis-volatile.conf
Expand Up @@ -12,12 +12,4 @@ maxmemory 15032385536
maxmemory-policy allkeys-lru
appendonly no
appendfsync everysec
vm-enabled no
vm-swap-file /tmp/redis-sumo.swap
vm-max-memory 0
vm-page-size 32
vm-pages 134217728
vm-max-threads 4
hash-max-zipmap-entries 64
hash-max-zipmap-value 512
activerehashing yes

0 comments on commit dad20cf

Please sign in to comment.