Browse Source
Previously, memory limits were enforced at the start of each iteration of the delta search, based on objects that were currently loaded in memory. However, new objects added to the window may be expanded in a future iteration of the search and thus were not accounted for correctly at the start of the search. To fix this, memory limits are now enforced before each object is loaded. Change-Id: I898ab43e7bf5ee7189831f3a68bb9385ae694b8fstable-2.3
Colby Ranger
12 years ago
1 changed files with 24 additions and 0 deletions
Loading…
Reference in new issue