Template for a good new topic, formatted with Markdown:
ALM used GitHub
CI system used GitHub Actions
Hi, could someone let us know what is the size of the server analysis cache if we set sonar.cfamily.analysisCache=server? I can’t find anywhere in the documentation. Does the size impact the eviction of caches in some way, so we might have less hit if the cache is too small?
@-ing people not already involved in your thread does not move you to the top of their to-do list. Just the opposite.
Regarding your question, I suppose you’re asking because of this section in the docs:
You should consider changing the cache storage to the filesystem when the server cache size becomes a concern or when you want to optimize the cache lifecycle based on your project workflow.
My advice is to go with the defaults (server-side caching) until and unless you encounter a problem.