Changes between Version 5 and Version 6 of Ticket #1260
- Timestamp:
- 12/23/10 14:50:17 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1260 – Description
v5 v6 2 2 * ~~Reduce memory footprint of jobs by calling `Prepare()` on algorithms after they finished. This clears all scopes and executioncontexts which greatly reduces memory footprint. `Prepare()` is called anyway after an `OptimizerJob` is downloaded and reassembled, so loosing the resultcollection is inevitable.~~ 3 3 4 == Experiment Manager == 5 * Reduce memory consumption! 6 4 7 == Slave == 5 8