/etc/security/limits.d/95-redis.conf - CentOS Linux 6

This is the default example configuration of 95-redis.conf provided by Redis. This config file was generated by Redis running on CentOS 6.

It is located under: /etc/security/limits.d/95-redis.conf

    # If you need to change max open file limit
# for example, when you change maxclient in configuration
# you can change the value below
# see "man limits.conf" for information
redis soft nofile 10240
redis hard nofile 10240

    
  

Config Details

Location
/etc/security/limits.d/95-redis.conf
Operating system
CentOS Linux 6
Length
6 lines
MD5 checksum
46ecac36fea3c4205026b2252acfed08

Usage

Download the raw file with wget or curl

Wget

wget -O 95-redis.conf.example http://exampleconfig.com/static/raw/redis/centos6/etc/security/limits.d/95-redis.conf

cURL

curl http://exampleconfig.com/static/raw/redis/centos6/etc/security/limits.d/95-redis.conf > 95-redis.conf.example