Possible Duplicate:
Allowed memory size of X bytes exhausted
I'm hitting a very tricky issue.
As per phpInfo, the memory limit set for this script is 256M. However, domPDF gets only 64M
When I run the PDF creation action from the frontend, it works like a charm. When a cron calls a sfTask to do it, I get this:
[28-Sep-2012 10:41:03] PHP Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 76 bytes) in /home3/myspace/public_html/prasad/myapp/lib/vendor/dompdf/include/frame_decorator.cls.php on line 30
And for the record, its printing one simple page whose PDF size is < 5K
Can someone help?