
12-11-2007, 11:16 PM
|
|
Senior Member
|
|
Join Date: Nov 2004
Posts: 288
|
|
maxconn probably referred to the memcached settings.
memcached has a command-line option to define the number of connections allowed/accepted:
Code:
-c <num> max simultaneous connections, default is 1024
you might want to raise that a bit.
|