Newsletter and Memory Limits

by Stefano on March 14, 2010
in Serious

Take a moment to subscribe my newsletter:

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!

Comments

One Response to “Newsletter and Memory Limits”
  1. ArtbyKat says:

    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

Share Your Thoughts

Add an image