Raise open files limit for Redis

master
Mark Veidemanis 2 years ago
parent 92475ee9a9
commit 5d042c1259

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

Loading…
Cancel
Save