View Single Post
  #2  
Old 10-28-2006, 03:30 PM
ukmattlaw ukmattlaw is offline
New Member
 
Join Date: Apr 2006
Posts: 7
I know it's not good form to reply to my own post, but:

After a 'tail -f' on stderr.log during the upload I get this just before the 503 error is returned:

[FATAL] failed to allocate memory
[FATAL] failed to allocate memory
[FATAL] failed to allocate memory

Funny thing is that there is a lot of free memory on the machine. The file is being uploaded into a mysql longblob field but since it works OK in webrick on the same machine I doubt that is the issue...
Reply With Quote