MeshCacheParams::LRUTailSize

MeshCacheParams::LRUTailSize
UPInt LRUTailSize;
Description

The size up to which LRU Tail will be allowed to grow without data being discarded, assuming that MemLimit hasn't yet been reached. 

Dynamic size of the cache will be roughly [sizeof(LastFrame) + LRUTailSize] * 1.125, where 1.125 is a fragmentation adjustment factor.