Greetings,
I've set the table_cache variable in /etc/mysql/my.cnf on Ubuntu to 512, but the reported value is only 64. How can I fix this?
Thanks
|
Greetings, I've set the table_cache variable in /etc/mysql/my.cnf on Ubuntu to 512, but the reported value is only 64. How can I fix this? Thanks |
|||||
|
|
To see the current system wide limitation in Linux you can run If file descriptors are not the issue and you configured the setting correctly, MySQL could be using a different my.cnf. Look at the processlist, where the You could also search the filesystem for additional my.cnf files. |
|||||||||
|