search for: 120meg

Displaying 1 result from an estimated 1 matches for "120meg".

Did you mean: 100meg
2008 Jan 03
1
Memory leak and long process problem
....2 Gig(!!) of memory used. I expected to see many threads due to my use of thread_pool. Since all of my processing code is in models, it is very easy to switch to synchronous execution. When I execute job.process_job (see import_contacts), things never pause, and the ruby process never gets over 120Meg in size. This all leaves me with two questions: 1. Sure looks like there is a serious memory leak someplace, but I don''t think it is my code. 2. What is the recommended method for this processing. Currently, I have a single worker for my web app to call for background tasks -- each tas...