Skip to content

Wrong warning about table_open_cache #364

@makhomed

Description

@makhomed

Wrong warning about table_open_cache:

...
General recommendations:
    Increase table_open_cache gradually to avoid file descriptor limits
    Read this before increasing table_open_cache over 64: http://bit.ly/1mi7c4C
...

You point to article http://bit.ly/1mi7c4C - this is MyISAM issue only
and it was fixed in MySQL 5.7.9 and all newer MySQL/PerconaServer/MariaDB versions,
See more details here: https://bugs.mysql.com/bug.php?id=49177

I am use Percona Server 5.7.20-18, so this issue is fixed already,
also I am not use MyISAM tables at all - I use only InnoDB tables.

So you should not display warning
Read this before increasing table_open_cache over 64: http://bit.ly/1mi7c4C
if this bug already fixed in used version of MySQL Server, or if MyISAM tables are not used.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions