• 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.1

    wp-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 = 180

    But 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.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi makeonlineshop,

    You can definitely adjust the memory limit using WordPress itself (one way is as you described), but in my experience, it’s also possible that some web hosts restrict that sort of thing. Given that you’re not having much luck at the WordPress level, it may be worth checking in with your web host.

    Thread Starter makeonlineshop

    (@makeonlineshop)

    Thank you, I know that I can adjust, but what is the maximum ?
    I am on dedicated server si I guess I can do what I want ?
    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Maximum WP_MEMORY_LIMIT possible ? Maximum php.ini values ? Any drawbacks ?’ is closed to new replies.