Lofesa commented on issue #2041:
URL: 
https://github.com/apache/incubator-pagespeed-mod/issues/2041#issuecomment-699479202


   Have you tried to take out memcached?. For test purpose, maybe the problem 
is in the memcached side.
   My knowledge about memcached is not too much, but if you have hundred of 
conections to memcached, maybe, it´s because memcached have hundred of clients 
or memcached don´t close idle connections.
   In both cases maybe is reaching the max number of connections (I read 1024 
by default) and this can cause timeouts and problems.
   Memcached had a start parameter `idle_timeout` that close the conection when 
idle for the time set in it in seconds. By default is disabled. In the script 
that start memcached you must see some like `-o idle_timeout=X` where X is the 
idle time in seconds.
   For this parameter memcached version must be at least 1.4.33. 
   
   
   
   
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to