From b119ae92025f0faa55ec1cf1bef6daff1f8a73b6 Mon Sep 17 00:00:00 2001 From: "tim@threads.polyesthetic.msg" <> Date: Tue, 24 Oct 2000 18:02:47 -0400 Subject: [PATCH] manual.texi Add warning about too-high table_cache value --- Docs/manual.texi | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Docs/manual.texi b/Docs/manual.texi index 510c2b45317..422d397ba47 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -20067,6 +20067,11 @@ variable. @xref{SHOW}. If this variable is big and you don't do @code{FLUSH TABLES} a lot (which just forces all tables to be closed and reopenend), then you should increase the value of this variable. +Make sure that your operating system can handle the number of open file +descriptors implied by the @code{table_cache} setting. If @code{table_cache} +is set too high, @strong{MySQL} may run out of file descriptors and refuse +connections, fail to perform queries, and be very unreliable. + For information about how the table cache works, see @ref{Table cache}. @item @code{thread_cache_size}