Reputation: 2084
I'm using PHP-FPM to serve dynamic content to nginx through fastcgi. Everything is working fine except that the PHP-FPM proccesses are using so much memory. According to new relic process monitor PHP-FPM have 6 processes running and combined they are using 220+ MB. Doesn't seem normal to me? What could be the problem?
Upvotes: 0
Views: 1427
Reputation: 114
A couple things to check are/ tips to debug in a development environment:
To be honest 37M per process is high, however I have seen applications like Magento get close to that, so there may be no problem. Hope that helps.
Upvotes: 1