Re: MySQL Spawns Many Processes and Uses 100% CPU! PART #1

2001-08-18 Thread Ryan Shrout
To: "Ryan Shrout" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Saturday, August 18, 2001 6:50 AM Subject: Re: MySQL Spawns Many Processes and Uses 100% CPU! PART #1 > Okay, here is the problem: everyone once in a while, say once or twice a day, my web server running

Re: MySQL Spawns Many Processes and Uses 100% CPU! PART #1

2001-08-18 Thread Werner Stuerenburg
> Okay, here is the problem: everyone once in a while, say once or twice a day, my >web server running RH 7.2, PHP 4.0.6 and MySQL, will seem to freeze (from a web users >point of view). Upon SSH'ing > into the server, and running "top" I see the system load averages in the 90s (!!!) >and all

Re: MySQL Spawns Many Processes and Uses 100% CPU! PART #1

2001-08-17 Thread Ryan Shrout
<[EMAIL PROTECTED]> Sent: Friday, August 17, 2001 8:28 PM Subject: Re: MySQL Spawns Many Processes and Uses 100% CPU! PART #1 > On Fri, Aug 17, 2001 at 06:54:59PM -0400, Ryan Shrout wrote: > > > > This message is broken into two parts because the MySQL list blocked > &g

Re: MySQL Spawns Many Processes and Uses 100% CPU! PART #1

2001-08-17 Thread Philip Mak
It may be that MySQL is simply spawning too many processes for your machine to handle. I might be wrong, but here's something to try: 1. Set MySQL max_connections to 45. 2. Set httpd MaxClients to 50. That will limit the number of processes MySQL is allowed to start, and also makes sure that Ap

Re: MySQL Spawns Many Processes and Uses 100% CPU! PART #1

2001-08-17 Thread Jeremy Zawodny
On Fri, Aug 17, 2001 at 06:54:59PM -0400, Ryan Shrout wrote: > > This message is broken into two parts because the MySQL list blocked > it as being too big!!! > > Okay, here is the problem: everyone once in a while, say once or > twice a day, my web server running RH 7.2, PHP 4.0.6 and MySQL, wi

MySQL Spawns Many Processes and Uses 100% CPU! PART #1

2001-08-17 Thread Ryan Shrout
This message is broken into two parts because the MySQL list blocked it as being too big!!! Okay, here is the problem: everyone once in a while, say once or twice a day, my web server running RH 7.2, PHP 4.0.6 and MySQL, will seem to freeze (from a web users point of view). Upon SSH'ing int