I am running Ubuntu 22.04, which I recently installed from scratch. I use eclipse, apache2 primarily, browser. For the past few days, eclipse runs out of memory and halts.
When investigating, I discovered 30+ instances of mysqld running. I cannot filter a mysqld instance using
ps aux
but I can observe them using htop
(see image).
30 instances seems out of order to me. Why should there be so many instances?
top
,htop
or similar. Is it child processes/threads? This wouldn't surprise me. – Artur Meinild Mar 22 '23 at 07:29htop
(green colored). – Artur Meinild Mar 22 '23 at 07:54htop
breaks threads out in the list,ps
doesn't. – popey Mar 22 '23 at 09:52htop
, since they mostly distract more than they inform. – Artur Meinild Mar 22 '23 at 10:20