diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-14 13:40:54 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-14 13:40:54 +0000 |
commit | 0336e3b7a97fe9ab118065eff0b25fad507a9a50 (patch) | |
tree | e49702ccec26f0ace090ed80ad22ec9a4a8975ab /debian/redis-sentinel.default | |
parent | Adding upstream version 5:7.2.4. (diff) | |
download | redis-0336e3b7a97fe9ab118065eff0b25fad507a9a50.tar.xz redis-0336e3b7a97fe9ab118065eff0b25fad507a9a50.zip |
Adding debian version 5:7.2.4-1.debian/5%7.2.4-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/redis-sentinel.default')
-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 |