View Single Post
  #6  
Old 12-11-2007, 11:16 PM
ts77 ts77 is offline
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.
Reply With Quote