We have had a request from @CDanis to increase the size of the Druid broker's cache.
The current value of 2GB was determined in 2017 (T176223), when the original servers had 128 GB of RAM. (c.f. T128807, I believe)
Now, we have two clusters, each with 5 servers with 128 GB of RAM each.
We can see from these graphs that the cache is full most of the time and reaches full capacity a few days after being being cleared, presumably after a restart of each broker process.
@JAllemandou commented to say:
I assume we could grow the cache size, but this would reduce the amount of memory available for page-cache, that druid uses heavily.
I'm not sure what a good value should be here. We could try to bump the cache-size to 4Gb and see (the total amount of memory available on the host is 128Gb, using 2Gb more shouldn't be that bad)

