Skip to content
This repository has been archived by the owner on Sep 22, 2021. It is now read-only.

Switching LRU mode in redis for keys eviction on max memory usage #1007

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions kubernetes/redis/values/dashboards-cluster-1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@ usePassword: true

metrics:
enabled: false

master:
extraFlags:
- --maxmemory-policy allkeys-lru
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i think "" are required her: like in

  extraFlags:
    - "--maxmemory-policy allkeys-lru"
``

4 changes: 4 additions & 0 deletions kubernetes/redis/values/parity-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@ usePassword: true

metrics:
enabled: false

master:
extraFlags:
- --maxmemory-policy allkeys-lru
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i think "" are required her: like in

  extraFlags:
    - "--maxmemory-policy allkeys-lru"
``

4 changes: 4 additions & 0 deletions kubernetes/redis/values/polkadot-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@ usePassword: true

metrics:
enabled: false

master:
extraFlags:
- --maxmemory-policy allkeys-lru