Skip to content

Instantly share code, notes, and snippets.

@someguy9
Created October 22, 2020 19:26
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 someguy9/441b58e3dfe0b3c90ae73a831bb4901a to your computer and use it in GitHub Desktop.
Save someguy9/441b58e3dfe0b3c90ae73a831bb4901a to your computer and use it in GitHub Desktop.
Increase WordPress memory limit (add this to wp-config.php)
<?php
define('WP_MEMORY_LIMIT', '256M');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment