how to set php memory limit code example
Example 1: memory limit php ini_set
ini_set("memory_limit","256M");
Example 2: increase PHP Memory
define( 'WP_MEMORY_LIMIT', '64M' );
ini_set("memory_limit","256M");
define( 'WP_MEMORY_LIMIT', '64M' );