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?

shenkwen
  • 197
  • 2
  • 12
  • 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 – Romeo Ninov Sep 06 '22 at 05: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 https://halfblood.pro/who-should-be-contacted-for-php-on-iis-issues-c80b90bd365 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. – Lex Li Sep 06 '22 at 05:55

0 Answers0