Paul DuBois wrote:
At 19:21 -0800 2/17/05, Matt Florido wrote:

I'm wondering if anyone can provide any tips as to how to conserve resources. Currently, I see 10 instances of mysqld running. Each instance is approximately 18MB. For my application of MySQL, I don't require a large amount of resources allocated to mysqld.


If you're running Linux, there's nothing to optimize here.  These are
threads of the same process, not 10 different processes.

Paul, thanks for the fast response.

Ah...so this is ignorance on my part. You're saying mysqld is not running separate processes even though Top reports separate PID. Instead of each "thread" consuming appx. 18MB, the entire process is consuming just 18MB?

--
Regards,
Matt Florido

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]



Reply via email to