• I’m using the WooCommerce plugin on my site and receive this error message:

    40 MB – We recommend setting memory to at least 64MB. See: Increasing memory allocated to PHP

    The error message links to a wordpress support page describing how to fix the issue by changing the memory allotment in the Config-PHP file to look like this:

    define( ‘WP_MEMORY_LIMIT’, ’64M’ );

    Yet this line does not exist in the Config-PHP file. I’ve gone through the support threads where other users talk about this same issue but haven’t found a solution that matches what I see on my site.

    Any advice would be GREATLY appreciated.

Viewing 1 replies (of 1 total)
  • Yet this line does not exist in the Config-PHP file.

    Correct. It isn’t there by default, but it is a constant that you can add yourself if necessary.

    This is probably the reference you were guided to: https://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP

    This is also worth mentioning, and can be found in that reference material; “Please note, this setting may not work if your host does not allow for increasing the PHP memory limit–in that event, contact your host to increase the PHP memory limit. Also, note that many hosts set the PHP limit at 8MB. “

Viewing 1 replies (of 1 total)
  • The topic ‘Increase Memory to 64’ is closed to new replies.