Bill Willits wrote:
The memcached was started with the following options...
[prodi...@es-ut2 logs]$ ps -ef | grep mem
prodicon 30178 1 1 Jan12 ? 00:16:54
/usr/local/bin/memcached -d -m 1024 -l 10.20.30.55 -p 11211
Is there a way to avoid the above errors and allow more connections?
We would like to have about 3000+ connections to the memcached.
Let me know if there is any other / better information I can provide.
from memcached -h:
-c <num> max simultaneous connections, default is 1024
Cheers,
Trond