Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 518ff4e0 authored by Nicolas Gelot's avatar Nicolas Gelot
Browse files

Reduce max memory used by redis

parent b1f76640
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -14,7 +14,7 @@ services:
    restart: unless-stopped
    restart: unless-stopped
    command:
    command:
      - "redis-server"
      - "redis-server"
      - "--maxmemory 20G"
      - "--maxmemory 8G"
      - "--maxmemory-policy allkeys-lru"
      - "--maxmemory-policy allkeys-lru"


  spot:
  spot: