[Rails] Upload large files to BLOB

2011-07-13 Thread Alex Mercer
Hi to all. I'm working with saving big files(~200mb) directly into db. I have issue with that. Caused by increased huge use of free RAM(about 3gb of ram and 3gb of swap) on stage when file saves to db: @job.pdf = params[:job][:pdf].read After this is completed there is still some RAM and

Re: [Rails] Upload large files to BLOB

2011-07-13 Thread Frederick Cheung
On 13 Jul 2011, at 14:43, Alex Mercer alexey.boby...@gmail.com wrote: Hi to all. I'm working with saving big files(~200mb) directly into db. I have issue with that. Caused by increased huge use of free RAM(about 3gb of ram and 3gb of swap) on stage when file saves to db: @job.pdf =