We are running mysql 3.22.16a-gamma on a Linux 2.2.3 kernel, patched with
Alan Cox's ac1 patch. This allows us to increase the file handle limit. We
have set the limit to several thousand, and increased the table_cache to
1024. Things seem to be going OK, but when I do a show status, I see this:
| Open_tables | 1023 |
| Open_files | 113 |
| Open_streams | 0 |
| Opened_tables | 7037 |
Open_files never gets above about 115. Is mysql really taking advantage of
our improvements on the file handle limit? If not, how can we make it?
Thank you.
-Brandon