Skip to content

Instantly share code, notes, and snippets.

@michaeloeser
Last active December 11, 2015 03:28
Show Gist options
  • Save michaeloeser/4537436 to your computer and use it in GitHub Desktop.
Save michaeloeser/4537436 to your computer and use it in GitHub Desktop.
Increase Memory Limit.
<?php
define('WP_MEMORY_LIMIT', '96M');
?>
@michaeloeser
Copy link
Author

If you’ve got a lot of plugins or a lot of traffic you may need to increase your memory limit. You need to add this to your wp-config file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment