Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End Fatal error: Out of memory Re: Fatal error: Out of memory

#132215
__
Participant

> Do you have a dedicated server?
>> don’t know

That probably means you don’t.

Therefore, my first comment applies:

> You probably won’t get this to work without a dedicated server.

*****
> How big are the writes you’re making?
>> 20 min flv

That’s not a size.

What I am asking is how much data (i.e., in *bytes*) you are trying to write at once.

*****
> And why you declare variables global after defining them in a class method [?]

( @Crocodillon )
>> yes

That wasn’t a yes-or-no question.

*****
What about garbage collection? Did you try? What were your results?

*****
What about your server settings? Did you check on safe mode, Suhosin, or other Apache settings? Ask your web host if you don’t know how to check these things.