Maximum WP_MEMORY_LIMIT possible ? Maximum php.ini values ? Any drawbacks ?
-
Maximum WP_MEMORY_LIMIT possible ? Maximum php.ini values ? Any drawbacks ?
Can you tell me what else I can do to make this plugin run better ?Hello,
I am using an import plugin that I need to stop and restart hundreds times to complete an importation of data.
I would like to set all memory limits to maximum on a dedicated server.
But what is the maximum ? And can I set it for all my websites ? Any drawbacks ?I read this and tried:
https://premium.wpmudev.org/blog/increase-memory-limit/?mksi=b&utm_expid=3606929-94.Ie3dH-CaRwe6MU3VrZsdvw.1wp-config.php
define(‘WP_MEMORY_LIMIT’, ‘3000M’);php.ini
upload_max_filesize = 1000M
post_max_size = 2000M
memory_limit = 3000M
file_uploads = On
max_execution_time = 180But the plugin that I use is still stuck / blocked.
Can you tell me what else I can do to make this plugin run better ?Thanks a lot for your help.
- The topic ‘Maximum WP_MEMORY_LIMIT possible ? Maximum php.ini values ? Any drawbacks ?’ is closed to new replies.