Raise open files limit for Redis

This commit is contained in:
Mark Veidemanis 2022-09-07 07:20:30 +01:00
parent 92475ee9a9
commit 5d042c1259
1 changed files with 5 additions and 0 deletions

View File

@ -54,6 +54,11 @@ services:
tmp: tmp:
image: busybox image: busybox
command: chmod -R 777 /var/run/redis command: chmod -R 777 /var/run/redis
ulimits:
nproc: 65535
nofile:
soft: 65535
hard: 65535
volumes: volumes:
- /var/run/redis - /var/run/redis