Bug#672638: redis-server: Support for high concurrency

2012-05-14 Thread Chris Lamb
Guillaume Plessis wrote: Then, I decided to consider the maxclients directive and to run the appropriate ulimit -n directly in the init script. I 100% ACK the problem, but I think parsing redis.conf is not a robust enough solution. I'll see what a patch that adds an /etc/default/redis-server

Bug#672638: redis-server: Support for high concurrency

2012-05-12 Thread Guillaume Plessis
Package: redis-server Severity: wishlist Tags: upstream patch Redis-server runs with its own user and has no builtin way to bypass the maximum number of opened file descriptors (1024 by default). This prevents its use in a high concurrency environment. To override this, a patch has been written