MariaDB 5.5.56から10.3.9にアップデートしました。
その後MySqltunerを実行したところ、

Beware that open_files_limit (1024) variable
should be greater than table_open_cache (447)
Variables to adjust:
table_open_cache (> 447)

上記が表示されるようになりました。

table_open_cacheを446以下に設定すると
table_open_cache (> 設定した数値)

table_open_cacheを447以上に設定すると
table_open_cache (> 447)
となります。

これはMySQLTunerが対応していないだけでしょうか?
実際はtable_open_cacheは設定した数値で認識されているのでしょうか?