Details
Dave encountered an out-of-memory condition when opening
WellVolumeSearchResults on Human3/4 Duplex libraries. Things may be
better in 1.5.0, due to redesign of search results, but since I happen
to know that WellVolumeSearchResults still uses InMemoryDataModel in
1.5.0, memory may still be in an issue. Investigate and fix, as
necessary. We may be able to address this if we can make
AggregateDataFetcher support VirtualPagingDataModels, by implementing
the findAllKeys() and fetchData() methods. |
Details
Dave encountered an out-of-memory condition when opening
WellVolumeSearchResults on Human3/4 Duplex libraries. Things may be
better in 1.5.0, due to redesign of search results, but since I happen
to know that WellVolumeSearchResults still uses InMemoryDataModel in
1.5.0, memory may still be in an issue. Investigate and fix, as
necessary. We may be able to address this if we can make
AggregateDataFetcher support VirtualPagingDataModels, by implementing
the findAllKeys() and fetchData() methods. |