MySQL Forums
Forum List  »  Performance

Re: Excessive number of mysqld PID in linux
Posted by: Sergey Petrunya
Date: July 17, 2005 12:23PM

> Executing the command "top", i've noticed there
> are 10 (!) PID of mysqld.
These are threads, not separate processes. All threads share memory, so MySQL consumes a total of 13 MB in your example.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Excessive number of mysqld PID in linux
1492
July 17, 2005 12:23PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.