I have troubles with connections to memcached. I assume there are no free local ports at busy hours.
netstat -n | grep "127.0.0.1" | grep TIME_WAIT | wc
This command give me 36-50k connections, possible it is more at busy hours
How could extend port range or is there other way to fix it?