0

My webmin server has been running into a memory issue, when I check the memory usage, I found this

enter image description here

Why are there so many php-cgi7.4 processes? Is this normal?

2
  • Questions involving web hosting control panels are off-topic because they customize their systems so that standard system administration methods no longer apply. Some related topics may be asked on Webmasters SE Commented Sep 6, 2022 at 5:19
  • FastCGI is a protocol that allows the web server (on Windows or not) to forward incoming HTTP requests to the background processing processes (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. Commented Sep 6, 2022 at 5:55

0

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.