15 Jul
2010
15 Jul
'10
3:09 p.m.
On Thu, Jul 15, 2010 at 9:04 AM, Ken Rickard <agentrickard@gmail.com> wrote:
Drush scripts (especially bulk node processing) are subject to hitting PHP memory limits when processing large amounts of data.
Anyone have ways around that issue?
Besides <?php ini_set(“memory_limit”,”1G”); ?> ? andrew