Opened 11 years ago

Closed 5 years ago

#5178 closed enhancement (wontfix)

Controlling max size of WMS cache on disk

Reported by: anyidea Owned by: warmerdam
Priority: normal Milestone: closed_because_of_github_migration
Component: GDAL_Raster Version: 1.10.0
Severity: normal Keywords:
Cc:

Description

I haven't found a way to limit the size on disk for the gdal wms cache. Looks like, the cache can only increase. Since the disk capacity is not infinite, this could cause a crash.

Change History (3)

comment:1 by Jukka Rahkonen, 10 years ago

The documentation of the WMS driver http://www.gdal.org/frmt_wms.html should also give info about wms cache:

  • That such a thing exists
  • The default location of the cache
  • How to change to location of cache (is is possible?)

comment:2 by Jukka Rahkonen, 6 years ago

Cache is now documented in http://www.gdal.org/frmt_wms.html and it is possible to set the "Location where to store cache files. It is safe to use same cache path for different data sources. (optional, defaults to ./gdalwmscache if GDAL_DEFAULT_WMS_CACHE_PATH configuration option is not specified)" but not possible to limit the size of the cache.

comment:3 by Even Rouault, 5 years ago

Milestone: closed_because_of_github_migration
Resolution: wontfix
Status: newclosed

This ticket has been automatically closed because Trac is no longer used for GDAL bug tracking, since the project has migrated to GitHub. If you believe this ticket is still valid, you may file it to https://github.com/OSGeo/gdal/issues if it is not already reported there.

Note: See TracTickets for help on using tickets.