• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • (Plesk for Windows):
    MySQL Connector/ODBC 3.51, 5.1, and 5.3 are no longer shipped with Plesk because they have reached end of life. MariaDB Connector/ODBC 64-bit 3.2.4 is now used instead.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

Issue Apache & PHP-FPM Memory Usage Growing Exponentially

stevewest15

New Pleskian
Server operating system version
CentOS 7.9.x
Plesk version and microupdate number
18.0.48
Hi,

Recently (since mid-Sept 2022), on all of our Plesk servers, I've been seeing the same issue w/ Apache & PHP-FPM memory usage growing exponentially. Prior to mid-Sept 2022, Apache PHP-FPM was stable (as you can see from the attached Plesk_Monitoring_Services_12months.png).

Not much has changed across the servers besides Plesk updates and routine OS updates (CentOS 7.9.x). On the impacted servers, we haven't added any new websites or email services. The only change I can recall recently is the deactivation of PHP 7.4 (due to EOL security updates) and the switching of most client websites (WordPress) to PHP 8.0.x or 8.1.x).

Any ideas about what could be causing the Apache PHP-FPM memory increase? See attachments for additional details.

Thank you,

SW
 

Attachments

  • Plesk_Monitoring_Memory_12months.png
    Plesk_Monitoring_Memory_12months.png
    209.8 KB · Views: 19
  • Plesk_Monitoring_Overview_12months.png
    Plesk_Monitoring_Overview_12months.png
    152.9 KB · Views: 15
  • Plesk_Monitoring_Services_12months.png
    Plesk_Monitoring_Services_12months.png
    497 KB · Views: 18
  • Plesk_PHP_Settings.png
    Plesk_PHP_Settings.png
    96.6 KB · Views: 16
  • ps_aux.png
    ps_aux.png
    809.9 KB · Views: 14
It could be a memory leak in one of the PHP scripts or a bot attack on your server.
Did you check the logs to see what's going on?

Code:
# tail -f /var/www/vhosts/system/*/logs/error_log

# tail -f /var/www/vhosts/system/*/logs/proxy_access_ssl_log
 
Back
Top