I am starting it with the mysql.server script and it is starting a mysqld process which spawns another mysqld process immediately which also spawns a mysqld process. This carries on until there are 11 processes running.
Those are threads, not processes. They are listed in the process tables like that because of the funky way linux handles and reports threads. Note that the memory reported used is the total amount used by all threads, and not each individual thread.
Reducing the numver of threads can significantly impact performance, but if you are really bothered by it you can reduce the number by editing your my.cnf
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.