Ubuntu 16.04 systemd redis issues with ulimit
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I have been having issues with our new redis server after swapping from Ubuntu 14.04 to 16.04. The configuration of the open files limit using all the guides says to change the /etc/security/limits.conf with the following settings * soft nofile 65535 * hard nofile 65535 root soft nofile 65535 root hard nofile 65535 And also to add to /etc/pam.d/common-session and /etc/pam.d/common-session-noninteractive session required pam_limits.so I have made all of these changes but redis is still starting up with a file limit of 4096 which under