-
-
Save jcamp/78209337842560ce2e34932b082f80ec to your computer and use it in GitHub Desktop.
Increase memory limits. / Increase upload size wordpress , ini
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
php_value memory_limit 64M | |
php_value upload_max_filesize 64M | |
php_value post_max_size 64M | |
php_value max_execution_time 300 | |
php_value max_input_time 300 |
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
upload_max_filesize = 64M | |
memory_limit = 64M | |
post_max_size = 64M | |
#file_uploads = On |
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
<?php | |
define('WP_MEMORY_LIMIT', '64M'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment