summaryrefslogtreecommitdiffstats
path: root/debian/redis-server.default
blob: f98f6c1c9085a660fbe03cc355ef0ac7141cef4b (plain)
1
2
3
4
5
6
7
# redis-server configure options

# ULIMIT: Call ulimit -n with this argument prior to invoking Redis itself.
# This may be required for high-concurrency environments. Redis itself cannot
# alter its limits as it is not being run as root. (default: 65536)
#
ULIMIT=65536