Re: Your program has run out of memory
- Posted by mattlewis (admin) Mar 10, 2012
- 1373 views
ghaberek said...
> eui foia_import.ex ---------------------------------------- participant_id = 10 unique_identifier = '07083927XX0002' deal_number = 'AP083927XX' role_id = 8 ('Supplier') company_id = 5 ('General Electric Company')
Thanks! I ran it here using 4.0.3 on a 64-bit machine with 8GB RAM, and it died very close to 4GB:
participant_id = 8700 unique_identifier = '08489060XX0001' deal_number = '489060' role_id = 9 ('Insured') company_id = 2343 ('General Electric Capital Corporation')
Watching the memory consumption, this definitely looks like there's a leak happening. I should be able to find it, but will require some detective work.
Matt