Changes between Initial Version and Version 4 of Ticket #1260
- Timestamp:
- 12/16/10 14:51:26 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1260
- Property Status changed from new to accepted
- Property Summary changed from Hive Development to Hive-3.3 development
-
Ticket #1260 – Description
initial v4 1 Ticket for general hive development. 1 == General == 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 4 == Slave == 5