Jamie mentioned some tweaks to the mysql cnf file that helped us with this a great deal. The relavant section of our my.cnf looks (partially) like this now:
OK, MySQL is now reading the my.cng file and the timeouts are set as above. max_connections was already lower. In addition I reconfigured apache to limit the number of child threads and the number of requests per child thread. Still leaking memory (apache, I believe) but things are getting better.
We had the same problem (Score:2)
[mysqld]
set-variable = table_cache=512
set-variable = max_connections=300
set-variable = interactive_timeout=60
set-variable = wait_timeout=60
"How about you interface with my ass? By biting it!" --Bender
Re:We had the same problem (Score:1)
Re:We had the same problem (Score:2)
--
You can't grep a dead tree.
Re:We had the same problem (Score:2)
"How about you interface with my ass? By biting it!" --Bender
Parent