Changes between Initial Version and Version 1 of Ticket #20014, comment 27
- Timestamp:
- 2021-02-20T08:33:53+01:00 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #20014, comment 27
initial v1 42 42 43 43 So we'll require two times more memory for each imagery layer but we'll be covered even in most pessimistic scenarios 44 45 In the end, this means, that we should have following `tooLarge` body, as `insane()` checks for MemoryTileCache size: 46 {{{#!java 47 private boolean tooLarge() { 48 return insane(); 49 } 50 }}}