diff options
Diffstat (limited to '')
-rwxr-xr-x | debian/redis-sentinel.default | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/redis-sentinel.default b/debian/redis-sentinel.default new file mode 100755 index 0000000..b46f5e6 --- /dev/null +++ b/debian/redis-sentinel.default @@ -0,0 +1,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 |