Re: Growing memory usage/processes

2002-07-04 Thread Dan Nelson
In the last episode (Jul 03), Dave said: Hello all, I have mysql running on a 2.4.18 kernel: /usr/libexec/mysqld Ver 3.23.49 for redhat-linux-gnu on i386 and note that one started about 4 processes (threads?) began to handle the various signal/table tasks and such. After several

Re: Growing memory usage/processes

2002-07-04 Thread Dave
Thanks for the confirmation Dan, I will look a little closer but I could have sworn when I shutdown MySQL about 300MB of memory got freed. I had a suspicion the case was one process and ps/top could not distinguish...I just needed to hear confirmation of it I guess. -Dave In the last

Re: Growing memory usage/processes

2002-07-04 Thread Jocelyn Fournier
. If you want to lower the number of sleeping thread, take a look at the wait_timeout variable in your my.cnf file. Regards, Jocelyn - Original Message - From: Dave [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, July 04, 2002 8:39 AM Subject: Re: Growing memory usage/processes

Growing memory usage/processes

2002-07-03 Thread Dave
Hello all, I have mysql running on a 2.4.18 kernel: /usr/libexec/mysqld Ver 3.23.49 for redhat-linux-gnu on i386 and note that one started about 4 processes (threads?) began to handle the various signal/table tasks and such. After several random queries the process list grows accordingly.