My webmin server has been running into a memory issue, when I check the memory usage, I found this
Why are there so many php-cgi7.4
processes? Is this normal?
Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.
Visit Stack ExchangeTeams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Learn more about TeamsMy webmin server has been running into a memory issue, when I check the memory usage, I found this
Why are there so many php-cgi7.4
processes? Is this normal?
php-cgi
in PHP). I wrote about how PHP FastCGI works on Windows in halfblood.pro/… and you can see the similarity. To analyze memory issue, you need to determine whether each process uses the right amount of memory but that's application specific and you should involve the web app developers/vendors for guidance.