Created
June 13, 2013 08:33
-
-
Save josialoos/5772136 to your computer and use it in GitHub Desktop.
Memory Limit erhöhen oder reduzieren/genau definieren
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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