mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2024-11-10 01:02:30 +01:00
Update redis config
This commit is contained in:
parent
51d25cfc68
commit
5b3f4b476e
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
maxmemory-policy allkeys-lru
|
||||
maxmemory 6500mb
|
||||
maxmemory 6000mb
|
||||
|
||||
appendonly no
|
||||
save ""
|
Loading…
Reference in a new issue