05-16-07 12:11 PM
On Tue, 15 May 2007 jbj@forbidden.co.uk wrote:
>
> Unless I'm missing something, that will only help if
> chunked_upload_state is not undef? (in our case it's just a huge block
> of data being sent by an HTML form in a POST)
Hah... whoops, my bad. I was reading the wrong code. I messed up chunk
uploads with buffered uploads. Sounded the same in my head, I guess.
>
> Ok - I'll have a look at this. Any likely reason why it might OOM
> after just 60MB? (servers have 2GB RAM, and plenty of it is free).
Perl likes to do that with too big of sysread/syswrites. Don't know why.
In any case, there are two simple places to fix this, but I'd really like
a test case to make me feel better about either/both of them, so let me
know if you whip one up.
- Brad
[ Post a follow-up to this message ]
|