Description
Now that SOLR-7371 has made DocSet impls Accountable, we should add an option to LRUCache to limit itself by RAM.
I propose to add a 'maxRamBytes' configuration parameter which it can use to evict items once the total RAM usage of the cache reaches this limit.