RE: MySQL getting backlogged

2001-09-13 Thread Chris Bolt
> Have you also increased your master maxfiles as well? If not, you're not > getting the number of file handles you expect you are. I'd also consider > upgrading to 4.3, as it's much faster than 3.x. > > Try this -- > sysctl -w kern.maxfiles=16424 kern.maxfiles is already the same as .maxfiles

Re: MySQL getting backlogged

2001-09-13 Thread btjones
Have you also increased your master maxfiles as well? If not, you're not getting the number of file handles you expect you are. I'd also consider upgrading to 4.3, as it's much faster than 3.x. Try this -- sysctl -w kern.maxfiles=16424 "Chris Bolt" <[EMAIL PROTECTED]> wrote: Right now M