WordPress升级到最新版本后服务器崩溃(nginx + php-fpm)

我在我的巨大博客(每天约30万人次)上将Wordpress从2.8.4升级到最新的3.3.2。 一切顺利,但我的服务器开始返回很多错误502,虽然它以前工作得很好。

它运行php-fpm&nginx与清漆caching,所以这可能意味着问题与后端交谈,例如php-fpm。 有人有类似的经验,有什么可以做的呢? 我应该调整哪些设置? 我不能增加太多的内存限制,因为负载已经很高了,但在升级之前它是完全稳定的。

16个孩子在php-fpmconfiguration,xeon,8gb ram,ssd,ubuntu

nginx错误日志充满了这个:

2012/05/22 18:38:17 [error] 3643#0: *113267 connect() to unix:/var/run/php5-fpm.sock failed (11: Resource temporarily unavailable) while connecting to upstream, client: 123.45.6.7, server: site.com, request: "GET / HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm.sock:", host: "www.site.com" 

PHP的日志是好的,没有什么不寻常的,只是这些退出消息可能是由于达到最大数量的请求:

 May 22 18:48:47.058006 [NOTICE] [pool www] child 9509 exited with code 0 after 253.130628 seconds from start May 22 18:48:47.058913 [NOTICE] [pool www] child 9591 started 

似乎有一些空间使用更多的RAM:

 free -m total used free shared buffers cached Mem: 8001 3973 4028 0 70 3271 -/+ buffers/cache: 631 7369 Swap: 2534 0 2534