Increasing PHP Memory Limit for WordPress

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’);

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

  • 63 Usuários acharam útil
Esta resposta lhe foi útil?

Artigos Relacionados

Installation of Joomla with Fantastico and Softaculous

Joomla can be installed easily and quickly by Fantastico or Softaculous which are offered with...

Installation of WordPress with Fantastico and Softaculous

WordPress can be installed quickly and easily through systems for installation with 1-click...

Showing of Tags Cloud in WordPress

First locate the file domain.com/wp-includes/category-template.php and download it via FTP on...

WordPress Super Cache plugins

Word Press Super cache is installed by default from all newer versions of Fantastico in...

How to manage web links in Joomla?

How to manage web links in Joomla? In order to manage web links in Joomla, you need to login...