Newsletter and Memory Limits

Some user is reporting than the have a “no next run found”. It can be a memory limit. WordPress 2.9 uses almost 32 megabyte of ram so if your provider has set 32 mega for PHP you can go over that limits with while Newsletter is sending emails and all stops.

Try to increase the memory limit (some provider can stop that, thought) adding on wp-config.php a line like:

define('WP_MEMORY_LIMIT', '64M');

Be sure to read this official page on memory limits.

My excuses for my bad english but it's the only way I have to communicate with you. Would you suggest a correction? Leave a comment, thank you!

One Response to “Newsletter and Memory Limits”

  1. Stefano, so if this happened in the middle of a run, how to you process the remaining subscribers. Will “restart batch” start the whole list again or will it start from the last processed subscriber?

    Thanks

Leave a Reply