Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Redis ignores ulimit changes when running. #5678

Open
azilber opened this issue Dec 9, 2018 · 0 comments
Open

Redis ignores ulimit changes when running. #5678

azilber opened this issue Dec 9, 2018 · 0 comments

Comments

@azilber
Copy link

azilber commented Dec 9, 2018

Using Redis 5.0.2 running as pid 8353
cd /proc/8353/

cat limits

Max open files 10240 10240 files

config set maxclients "20000"
(error) ERR The operating system is not able to handle the specified number of clients, try with 10208

echo -n "Max open files=65536:65536" > limits
(error) ERR The operating system is not able to handle the specified number of clients, try with 10208

cat limits

Max open files 65536 65536 files

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant