File: redis-server.default

package info (click to toggle)
redis 2%3A2.4.14-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 3,412 kB
  • sloc: ansic: 36,395; tcl: 5,176; perl: 3,560; sh: 2,959; makefile: 539; ruby: 88
file content (8 lines) | stat: -rwxr-xr-x 288 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
# 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: do not call
# ulimit)
#
# ULIMIT=65536