Ticket #1978 (assigned defect)

Opened 8 months ago

Last modified 8 months ago

Customize cache size for Windows CE

Reported by: mloskot Assigned to: mloskot (accepted)
Priority: normal Milestone: 1.5.3
Component: WinCE Port Version: 1.4.2
Severity: normal Keywords: cache tiff
Cc:

Description

Recently reported problems with reading TIFF files on Windows CE have been solved and explanation of the solution was posted here Windows CE - GDALDatasetRasterIO error

jetelus@centrum.cz wrote:

Finally I solved it! I was hunting that lost memory and I discovered there is cache system implemented in GDAL :-) Problem is it's default size - 40 MB - too much for CE. I set it to 4 MB using GDALSetCacheMax() and all errors are gone - lol I suck I know :) but it would be nice to add some note to GDALDatasetRasterIO documentation - something like there is cache system which memory usage can be controlled. I can display even 5 MB JPEGs now on CE!

Change History

11/08/07 11:21:49 changed by mloskot

  • status changed from new to assigned.