Skip to content

Instantly share code, notes, and snippets.

@FN17
Last active October 1, 2019 18:54
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 FN17/15fb0c0f08aee3e6b25088420f344af3 to your computer and use it in GitHub Desktop.
Save FN17/15fb0c0f08aee3e6b25088420f344af3 to your computer and use it in GitHub Desktop.
Increase the Wordpress Memory Limit

Increase the Wordpress Memory Limit
in wp-config.php to 128M

Increase the Wordpress Memory Limit in wp-config.php to 128M
before the line of code /* That's all, stop editing! Happy publishing. */

define( 'WP_MEMORY_LIMIT', '128M' );


Image

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