> -----Original Message-----
> From: Dathan Pattishall [mailto:[EMAIL PROTECTED] 
> Sent: donderdag 3 februari 2005 1:21
> To: Mark; mysql@lists.mysql.com
> Subject: RE: Relationship between 'table_cache' and 'max_connections'
> 
> Max_connections relates to table_cache because they both use
> descriptors. Thus at least the sum of the 2 is used by mySQL 
> to set the ulimit of file descriptors higher then the default if 
> executed as a user that can change the value.

Thanks for the reply. So, with max_connections set to 512,
and having 256 table caches, I would need a minimum of
768 open files, right? (or x2 that, I read somewhere). Well,
with 7408 available, it would seem I am in the clear. :)

- Mark


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to