Skip to content

Instantly share code, notes, and snippets.

@WordBits
Created August 24, 2018 14:16
Show Gist options
  • Save WordBits/f4df16a9004b7a32a2fb4171da42a2cc to your computer and use it in GitHub Desktop.
Save WordBits/f4df16a9004b7a32a2fb4171da42a2cc to your computer and use it in GitHub Desktop.
If you're getting an error that your memory limit has been exhausted, or have updated your memory limit in your php.ini but still aren't getting the results you're looking for, here's how to increase it.
<?php
// Download this snippet as a plugin and more at: https://wordbits.io/snippet/increasing-your-php-memory-limit/
// Created by: jeffmatson
?>
<?php
define('WP_MEMORY_LIMIT', '128M');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment