Update redis config

This commit is contained in:
Ajay 2023-02-03 12:31:30 -05:00
parent 51d25cfc68
commit 5b3f4b476e
2 changed files with 5 additions and 1 deletions

View file

@ -18,6 +18,9 @@ services:
- ./redis/redis.conf:/usr/local/etc/redis/redis.conf
ports:
- 32773:6379
sysctls:
- net.core.somaxconn=324000
- net.ipv4.tcp_max_syn_backlog=3240000
restart: always
newleaf:
image: abeltramo/newleaf:latest

View file

@ -1,4 +1,5 @@
maxmemory-policy allkeys-lru
maxmemory 6500mb
maxmemory 6000mb
appendonly no
save ""