Changes between Initial Version and Version 1 of Ticket #20014, comment 27


Ignore:
Timestamp:
2021-02-20T08:33:53+01:00 (5 years ago)
Author:
wiktorn

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #20014, comment 27

    initial v1  
    4242
    4343So we'll require two times more memory for each imagery layer but we'll be covered even in most pessimistic scenarios
     44
     45In 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}}}