blob: b46f5e6e420b79a59529b9f46d9866dbb1488b17 (
plain)
1
2
3
4
5
6
7
8
|
# redis-sentinel configure options
# ULIMIT: Call ulimit -n with this argument prior to invoking Redis Sentinel
# itself. This may be required for high-concurrency environments. Redis
# Sentinel itself cannot alter its limits as it is not being run as root.
# (default: 65536)
#
ULIMIT=65536
|