Large number of PHP processes looking for a large number of files
-
I’m experiencing an issue where the PHP processes are looking for a large number of files which is causing a site to grind to a halt and causing the database services to time out.
I’m wondering how I can go about debugging this issue as I’ currently hitting a brickwall.
Terminating the running PHP processes results in them going away but very quickly building up again.
706 lsphp 10002 lsphp 13839 lsphp 19657 lsphp 27297 lsphp 28264 lsphp 29619 lsphp 30651 lsphp 32574 lsphp 32575 lsphp 32586 lsphp getcwd("/home/account-name/public_html", 4096) = 34 lstat("/home/account-name/public_html/product-image-800x800.jpg", 0x7ffc3c248720) = -1 ENOENT (No such file or directory) getcwd("/home/account-name/public_html", 4096) = 34 lstat("/home/account-name/public_html/product-image-800x800.jpg", 0x7ffc3c248720) = -1 ENOENT (No such file or directory) getcwd("/home/account-name/public_html", 4096) = 34 lstat("/home/account-name/public_html/product-image-800x800.jpg", 0x7ffc3c248720) = -1 ENOENT (No such file or directory) getcwd("/home/account-name/public_html", 4096) = 34 lstat("/home/account-name/public_html/product-image-800x800.jpg", 0x7ffc3c248720) = -1 ENOENT (No such file or directory)
WC Version: 6.7.0 REST API Version: ? 6.7.0 WC Blocks Version: ? 7.8.3 Action Scheduler Version: ? 3.4.0 Log Directory Writable: ? WP Version: 6.0.1 WP Multisite: – WP Memory Limit: 2 GB WP Debug Mode: – WP Cron: ? Language: en_GB External object cache: – ### Server Environment ### Server Info: LiteSpeed PHP Version: 7.4.30 PHP Post Max Size: 2 GB PHP Time Limit: 900 PHP Max Input Vars: 12000 cURL Version: 7.71.0 OpenSSL/1.1.1p
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Large number of PHP processes looking for a large number of files’ is closed to new replies.