To set the maximum amount of memory that can be used by PHP for WordPress blog, follow these steps:

  1. Log into your FTP account.
  2. Open the file wp-settings.php
  3. Change the following part of the code to suit your needs:

define(‘WP_MEMORY_LIMIT’, ‘XX’);

Where,
XX – the desired limit in MB. For example: 64MB, 128MB, etc. The default limit is 32MB.

 
Was this answer helpful? 0 Users Found This Useful (0 Votes)