Forums Forums Search & Filter Pro PHP Memory Error

Viewing 4 posts - 1 through 4 (of 4 total)
  • Anonymous
    #238168

    Also, is there any guidance on what an ideal memory usage amount might be?

    Trevor
    #238226

    205520896 bytes is 205MB which is an unusual memory size to allocate. There are two variables that might affect the process.

    The PHP variable memory_limit set on your server. Generally, I would normally recommend this be at least 256MB, but the more the better, up to maybe 1024MB.

    The WordPress WP_MEMORY_LIMIT (set in the wp-config.php file, if not set this will default to 40MB). Note, when setting this, it is set as M not MB. I normally recommend this to be no more than 50% of the PHP memory limit, and at least 128M. I personally prefer to set this at 256M (and thus the PHP memory limit at a least 512MB).

    If memory is not being released, that suggests that something odd is happening, as this is not normal.

    Anonymous
    #241859
    This reply has been marked as private.
    Trevor
    #241913
    This reply has been marked as private.
Viewing 4 posts - 1 through 4 (of 4 total)