Bug #72039 | The variable open-files-limit has the wrong maximum | ||
---|---|---|---|
Submitted: | 14 Mar 2014 21:20 | Modified: | 17 Mar 2014 14:11 |
Reporter: | Ovais Tariq | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Documentation | Severity: | S3 (Non-critical) |
Version: | 5.5, 5.6 | OS: | Any |
Assigned to: | Paul DuBois | CPU Architecture: | Any |
[14 Mar 2014 21:20]
Ovais Tariq
[15 Mar 2014 6:13]
MySQL Verification Team
Hello Ovais, Thank you for the bug report. Thanks, Umesh
[15 Mar 2014 8:47]
Valeriy Kravchuk
See also http://bugs.mysql.com/bug.php?id=47095
[17 Mar 2014 14:11]
Paul DuBois
Thank you for your bug report. This issue has been addressed in the documentation. The updated documentation will appear on our website shortly. Modified text: Changes the number of file descriptors available to mysqld. You should try increasing the value of this option if mysqld gives you the error Too many open files. mysqld uses the option value to reserve descriptors with setrlimit(). Internally, the maximum value for this option is the maximum unsigned integer value, but the actual maximum is platform dependent. If the requested number of file descriptors cannot be allocated, mysqld writes a warning to the error log.