Suspected Memory leak in php-mcp-schema
-
I made a script to auto-update WordPress sites and plugins on a regular basis using wp-cli. It works fine for all the websites I’m hosting except for one which uses Imagify. When running
wp core update --allow-root --path=/var/www/htmlorwp plugin update --all --allow-root --path=/var/www/htmlOr any other wp-cli commands on that site I get the error message
PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 65536 bytes) in /var/www/html/wp-content/plugins/imagify/vendor/wordpress/php-mcp-schema/src/Common/Protocol/DTO/BaseMetadata.php on line 19Is a fix available for this ?
You must be logged in to reply to this topic.