ShikiSuen
Well-known member
I use MySQL 8. It constantly bumps me this complaint when I tried running XF2 on my new FreeBSD server.
I searched through Google. However, all search results regarding the unchangeable "max_open_files" value are for CentOS and SystemD.
FreeBSD doesn't use SystemD, so what the bloody hell is limiting the value of max_open_files?
Code:
2020-05-17T15:35:21.696905Z 0 [ERROR] [MY-000067] [Server] unknown variable 'max_open_files=59999'.
2020-05-17T15:35:21.697909Z 0 [ERROR] [MY-010119] [Server] Aborting
2020-05-17T15:35:22.512112Z 0 [System] [MY-010910] [Server] /usr/local/libexec/mysqld: Shutdown complete (mysqld 8.0.20) Source distribution.
2020-05-17T15:37:36.676708Z 0 [Warning] [MY-010140] [Server] Could not increase number of max_open_files to more than 28377 (request: 927680)
I searched through Google. However, all search results regarding the unchangeable "max_open_files" value are for CentOS and SystemD.
FreeBSD doesn't use SystemD, so what the bloody hell is limiting the value of max_open_files?