Too many index.php files running and eating up all memory

I have wordpress site installed on dedicated server. From few days I'm experiencing high memory consumption on this cpanel account and it is slowing my wordpress site

Then I examined Process Manager through my WHM Account and I found many index.php processes were running and consuming all memory.

Then I killed all processes of career99 account through process manager from my whm account and Memory Usage also reduced.

Why too many index.php are running ?, How can I check what is the cause here ?. I have tried Plugin Profiler but didn't find any issue with any plugin. I am using W3 Total cache plugin on my site.

Any Suggestion ? Please help me to solve this.

Topic plugin-w3-total-cache memory Wordpress performance

Category Web


When dealing with any server configurations you want to setup some sort of safety to avoid this kind of processes running infinitely.

PHP already provides you some tools to do it, and it's pretty easy. - exit_on_timeout - max_execution_time

You will need to find a safe spot for what you are running inside of your WordPress installation.


If you want more detailed information you might want to do this same question on ServerFault

About

Geeks Mental is a community that publishes articles and tutorials about Web, Android, Data Science, new techniques and Linux security.