How to set the Wordpress PHP memory limit in Plesk
You can define the PHP memory limit in wp-config.php with the following:
define( 'WP_MEMORY_LIMIT', '256M' );
In this example, the memory limit will be set to 256 M,B but you can adjust this for your needs