User Tools

Site Tools


caching

This is an old revision of the document!


Caching

For optimal performance, PMA.core support both tile cache and cloud cache.

We have a strategy where cache is deleted after a retention period automatically and no new cache is created if there is not enough disk space.

Tile caching

PMA.core will not cache tiles or thumbnails if there is not enough disk space (as defined in the settings).

Cloud caching

Slides that are retrieved through cloud storage like S3 or Azure, benefit from an additional layer of caching.

Troubleshooting

It is impossible to load an image from cloud storage if there is no disk space.

Let's assume that the whole disk space is 100GB, currently consumed is 95GB and PMA.core is instructed not to cache if there is not at least 1GB of free space. Furthermore, let's assume the retention days is set to 30 and that all the cache has been created in the last 10 days.

If now there are 10 or 100 requests to load different images, PMA.core has to cache chunks of these images and suddenly there is no space and there is nothing that can be deleted.

you can take this to a higher extreme and assume you have 100GB free space on a 100GB disk and you receive 100s of requests for “Image Info”. This will again cause PMA.core to store chunks of 100s of images to the disk simultaneously, and may end up in a full disk (without breaking any rule).

After this point nothing works, because PMA.core doesn't know what to delete; all the cache is fresh. You now have to purge the cache folder(s) manually, after which the build process may re-commence (you may also provide more storage for your cache repositories this time around).

caching.1644850448.txt.gz · Last modified: 2022/02/14 17:54 by 84.198.201.169