Reference to whats happening
http://dev.mysql.com/doc/refman/5.0/en/table-cache.html
Check to see what the limits are:
ulimit -a
Change the open files limit:
sudo pico /etc/security/limits.conf
#add - the file open integers are huge due to my deployment, choose your own
mysql soft nofile 24000
mysql hard nofile 32000
sudo reboot
No comments:
Post a Comment