Skip to content

Instantly share code, notes, and snippets.

@danielmcclure
Last active November 1, 2018 20:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danielmcclure/78757c016b99de86728d to your computer and use it in GitHub Desktop.
Save danielmcclure/78757c016b99de86728d to your computer and use it in GitHub Desktop.
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