1
0
Fork 0

add maxmemory

This commit is contained in:
Ilya Mukhortov 2026-03-20 10:24:55 +10:00
parent db2ba8b880
commit 49b6a42b65
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ services:
container_name: medicine-stack-redis container_name: medicine-stack-redis
image: redis:5.0.6 image: redis:5.0.6
restart: "always" restart: "always"
command: redis-server --maxmemory-policy allkeys-lru --maxclients 10000 command: redis-server --maxmemory 512mb --maxmemory-policy allkeys-lru --maxclients 1000
networks: networks:
- medicine-network - medicine-network
logging: logging: