Skip to content

Instantly share code, notes, and snippets.

@danielmcclure
Last active November 1, 2018 20:58
Embed
What would you like to do?
Increase WordPress Memory Allocation
/* Increase WordPress Memory Allocation */
define( 'WP_MEMORY_LIMIT', '128M' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment