Opened 5 years ago

Closed 5 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 Dimitar Misev, 5 years ago

Type: defectenhancement

comment:2 by Dimitar Misev, 5 years ago

Also the responseCachingMap should be converted to LRU cache.

comment:3 by Bang Pham Huu, 5 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.