Hi,
I receive an error message when I run the cron job. The error is "out of memory".
I get this message when the uploaded videos are larger that 20MB.
Though I set the php.ini memory_limit to 256MB and larger, I still get this error.
Any help is appreciated.
Thanks.
Comments
Comment #1
vm commentedensure post_max is also set high
run a phpinfo() to ensure that the changes you are making in php.ini are actually taking effect.
Comment #2
vm commentedComment #3
bassam commentedHi,
The phpinfo() shows that I have it set to 250MB.
And the post_max is set to 128M
Comment #4
j0rd commentedI believe this is a memory issue, and not a post_max issue.
I also had this problem when running cron with Two Videos around 30M each. I had memory set to 96M (FAILED), upped it to 128M (FAILED) then upped it to 256M and got a success.
I would like to lower my memory back down to 96M though...so is there any way we can look into this? Seemed to be failing on Mime/Message.php
I'm using Version DRUPAL-6--1-2
Comment #5
jhedstromUnfortunately dealing with large video files is going to require large memory. Mime/Message.php is part of the Zend GData library, and outside of my control.