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

vm’s picture

ensure post_max is also set high

run a phpinfo() to ensure that the changes you are making in php.ini are actually taking effect.

vm’s picture

Category: bug » support
bassam’s picture

Hi,
The phpinfo() shows that I have it set to 250MB.
And the post_max is set to 128M

j0rd’s picture

I 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

jhedstrom’s picture

Status: Active » Closed (won't fix)

Unfortunately 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.