On Wed, 3 Mar 2010 10:52:33 +0100
Richard Hartmann <richih.mailingl...@gmail.com> wrote:

> On Wed, Mar 3, 2010 at 01:55, Mike Ruskai <than...@earthlink.net> wrote:
> 
> > That's MySQL complaining about not finding table files.  Check its
> > configuration for the value of "open_files_limit".  Increase the value
> > if it's small.  If it looks large enough, check your system
> > configuration for restrictions on the number of open files.
> 
> it's set to 1024 -- I would assume this to be more than enough for
> one to two dozen running jobs, but I am very interested in values
> other people work with.
> 
> To check, just do
> 
> mysql> show variables like "open_files_limit";
> 

Mine says:
mysql> show variables like "open_files_limit";
+------------------+-------+
| Variable_name    | Value |
+------------------+-------+
| open_files_limit | 8192  | 
+------------------+-------+
1 row in set (0.03 sec)

I don't think I've ever had more than 6 jobs running concurrently.

Regards,
-- 
Alex Chekholko   ch...@pcbi.upenn.edu

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to