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.
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.
Share Improve this question edited Oct 29, 2014 at 13:15 Pieter Goosen 55.4k23 gold badges115 silver badges210 bronze badges asked Oct 29, 2014 at 13:13 Ram Guru99Ram Guru99 11 silver badge1 bronze badge 2- This might have to do more with your web server configuration in regards to PHP, could you elaborate on it? – Rarst Commented Oct 29, 2014 at 13:19
- Take a look at wordpress/plugins/query-monitor – jgraup Commented Dec 18, 2015 at 4:14
1 Answer
Reset to default 0When 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