[ad_1]
Hey there so I’ve successfully run WP on LAMP stack. However I can’t set the memory limit to 64MB
I’ve tried to put this line in the wp-config.php
define( ‘WP_MEMORY_LIMIT’ , ’64M’);
But when I tried command “php -i | grep memory_limit” I got “memory_limit => -1 => -1”
Am I doing something wrong?
[ad_2]
Try setting it in the php.ini. You’re going to want at least 128.