I am using fastcache in a golang-based web service which captures images from multiple cameras with settings:
- camera count: 8
- FPS: 7
- resolution: 2048*2048
When I set the max cache size to 384MB, 512MB and 1024MB, the percentage of used cache size is always about 57%.
Is there a builtin threshold for this cache usage limitation or are there some reason for cause this percentage?
Thank you
I am using fastcache in a golang-based web service which captures images from multiple cameras with settings:
When I set the max cache size to 384MB, 512MB and 1024MB, the percentage of used cache size is always about 57%.
Is there a builtin threshold for this cache usage limitation or are there some reason for cause this percentage?
Thank you