1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00
Files
mariadb/mysql-test/suite/sys_vars/t
Monty ca0c96fc89 Adjust table_open_cache to avoid getting error 24 (too many open files)
MDEV--15609 engines/funcs.crash_manytables_number crashes with error 24
           (too many open files)
MDEV-10286  Adjustment of table_open_cache according to system limits
            does not work when open-files-limit option is provided

Fixed by adjusting tc_size downwards if there is not enough file
descriptors to use.

Other changes:
- Ensure that there is 30 (was 10) extra file descriptors for other usage
- Decrease TABLE_OPEN_CACHE_MIN to 200 as it's better to have a smaller
  table cache than getting error 24
- Increase minimum of max_connections and table_open_cache from 1 to 10
  as 1 is not usable for any real application, only for testing.
2018-03-26 17:53:17 +03:00
..
2011-10-19 21:45:18 +02:00
2012-03-09 08:06:59 +01:00
2012-01-13 15:50:02 +01:00
2013-09-12 21:26:15 +02:00
2011-11-22 18:04:38 +01:00
2011-11-22 18:04:38 +01:00
2011-10-19 21:45:18 +02:00
2011-10-19 21:45:18 +02:00
2014-12-19 11:35:44 +01:00
2012-10-01 13:15:29 +02:00
2012-10-01 13:15:29 +02:00
2012-09-27 20:09:46 +02:00
2012-09-27 20:09:46 +02:00
2012-10-01 13:15:29 +02:00
2014-01-22 15:29:36 +01:00
2010-11-25 18:17:28 +01:00
2011-10-19 21:45:18 +02:00
2011-04-25 17:22:25 +02:00
2014-01-09 22:01:12 +02:00
2016-08-25 21:28:26 -04:00