Skip to content

Instantly share code, notes, and snippets.

@josialoos
Created June 13, 2013 08:33
Show Gist options
  • Save josialoos/5772136 to your computer and use it in GitHub Desktop.
Save josialoos/5772136 to your computer and use it in GitHub Desktop.
Memory Limit erhöhen oder reduzieren/genau definieren
in wp-config.php einsetzen (hinter <?php ... vor Datenbankname, etc.)
/** Memory-Limit hochsetzen */
define('WP_MEMORY_LIMIT', '32M');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment