Hi.

You may want to read the appropriate section in the manual about MySQL
running on Linux.

The short answer is: Linux shows threads as processes and displays
incorrect information. The 30MB are used by _all_ MySQL threads (of
one daemon) together, although they are displayed for each of them.

Bye,

        Benjamin.



On Thu, Mar 29, 2001 at 09:21:20AM -0700, [EMAIL PROTECTED] wrote:
> PID USER     PRI  NI   SIZE  RSS SHARE LC STAT %CPU %MEM   TIME
> 671     root         9    0 31292  30M     1596    0        S       0.0         3.0  
>    0:11
> 
> Above is a SMALL snip of data from the TOP program in linux.  If I am reading this 
>correctly than each child is sharing 1.5M or RAM
> and using 30M of UN-SHARED ram...
> 
> Is this true?
> 
> That seems like A LOT or unshared RAM...  I would think that mySQL would be able to 
>share much more than 1.5M
> 
> 
> Is there anything I can do to configure mySQL to share more of the 30M?

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to