Posts

Showing posts from November, 2021

Increase php memory usage for WordPress

  You simply need to add the  command: ini_set('memory_limit','XM');  in your wp-config. php file that is placed in the root folder of your WordPress installation. Note: X is the number of MBs you wish to increase the memory limit to. ini_set('memory_limit','256M'); moving from one site domain to another https://wordpress.org/support/article/moving-wordpress/