Opened 6 years ago
Closed 6 years ago
#1939 closed enhancement (fixed)
WMS cache limit should be configurable
Reported by: | Dimitar Misev | Owned by: | Bang Pham Huu |
---|---|---|---|
Priority: | major | Milestone: | 9.8 |
Component: | petascope | Version: | development |
Keywords: | Cc: | Vlad Merticariu | |
Complexity: | Medium |
Description
In ConfigManager.java we have this:
/* ***** WMS configuration ***** */ public static long WMS_MAXIMUM_CACHE_SIZE = 100000000; // 100 MB
it should be configurable in petascope.properties.
Change History (3)
comment:1 by , 6 years ago
Type: | defect → enhancement |
---|
comment:2 by , 6 years ago
comment:3 by , 6 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Also the
responseCachingMap
should be converted to LRU cache.