WordPress: Increase server memory limit in wp-config.php


/ Published in: PHP
Save to your folder(s)

Increase server memory limit in wp-config.php


Copy this code and paste it in your HTML
  1. /**
  2. * Increase memory limit
  3. */
  4. define('WP_MEMORY_LIMIT', '256M');

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.