> > You must have found out the culprit then, could you explain a little > bit? Thanks! >
In the previous version, a class member variable in BackTestFileReader class held the entire collection of data read from the file. After the end of the backtest, that entire collection was still reachable and that was apparently why it could not be garbaged-collected, thereby causing the out of memory errors. In the current version, that collection is no longer there, so no "extra measures" are needed to release the unused memory. I can run multiple back tests in a row without running out of memory. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "JBookTrader" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/jbooktrader?hl=en -~----------~----~----~----~------~----~------~--~---
