Code
This file contains 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
define('WP_MEMORY_LIMIT', '96M'); |
Note
Description | メモリリークを防ぐために、メモリのリミットを増やす。wp-config.php内に記述 |
---|---|
WordPress Ver. | 3.3.1 |
Via | Mysteries about the WordPress Memory Limit |