Skip to content

Instantly share code, notes, and snippets.

@terrytsang
Created September 9, 2022 13:27
Show Gist options
  • Save terrytsang/0c9bb8cd5f032d20ff4dfc211b5e1082 to your computer and use it in GitHub Desktop.
Save terrytsang/0c9bb8cd5f032d20ff4dfc211b5e1082 to your computer and use it in GitHub Desktop.
<?php
//add this code snippet to the wp-config.php file to increase your memory limit to 100MB
define('WP_MEMORY_LIMIT', '100M');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment