As per the configuration file:
# Set the max number of connected clients at the same time. By default
# this limit is set to 10000 clients, however if the Redis server is not
# able ot configure the process file limit to allow for the specified limit
# the max number of allowed clients is set to the current file limit
...
According to the config file, Redis automatically closes sockets when
it exceeds the (by default) 10k clients. Looking at the source, I'm
not seeing an explicit constant that does this.
What is the ulimit for file handles on your machine? Are you sure that
you're running out of connections due to a file handle limit, and not
due to connection timeout?
Regards,
- Josiah
> --
> You received this message because you are subscribed to the Google Groups
> "Redis DB" group.
> To view this discussion on the web visit
>
https://groups.google.com/d/msg/redis-db/-/xe0gRixfyeYJ.
> To post to this group, send email to
redi...@googlegroups.com.
> To unsubscribe from this group, send email to
>
redis-db+u...@googlegroups.com.
> For more options, visit this group at
>
http://groups.google.com/group/redis-db?hl=en.