Skip to content

Instantly share code, notes, and snippets.

@Garconis
Created January 9, 2018 13:30
Show Gist options
  • Save Garconis/83f49410c3d122ab99d9877ef8159ab6 to your computer and use it in GitHub Desktop.
Save Garconis/83f49410c3d122ab99d9877ef8159ab6 to your computer and use it in GitHub Desktop.
WordPress | Increase available memory for WordPress
<?php
// Add these settings to wp-config.php:
define( 'WP_MAX_MEMORY_LIMIT', '512M' );
define( 'WP_MEMORY_LIMIT', '512M' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment