redis: higher limit of open files

This commit is contained in:
Jérémy Lecour 2019-03-08 13:43:59 +01:00 committed by Jérémy Lecour
parent 02723ba0f3
commit f3b54188d3
2 changed files with 2 additions and 0 deletions

View file

@ -17,6 +17,7 @@ The **patch** part changes incrementally at each release.
### Changed
* evolinux-base: remove apt-listchanges on Stretch and later
* redis: set variables on nclusion, not with set_facts
* redis: higher limit of open files
* tomcat: better tomcat version management
### Fixed

View file

@ -13,6 +13,7 @@ ExecStop=/usr/bin/redis-cli -s /run/redis/%i/redis.sock shutdown
Restart=always
User=redis-%i
Group=redis-%i
LimitNOFILE=65535
[Install]
WantedBy=multi-user.target