How do i change the max number of redis-server linux file descriptors?



  • Edit the following file, and uncomment the ULIMIT value.

    $ sudo vi /etc/default/redis-server
    
    ...
    ...
    # ulimit)
    #
    ULIMIT=65536
    

    Linux systems that use systemd, check in /etc/systemd/system for equivalent.


Log in to reply
 

© Lightnetics 2024