blaze icon indicating copy to clipboard operation
blaze copied to clipboard

Let Default Resource Cache Size Depend on Available Memory

Open alexanderkiel opened this issue 3 years ago • 0 comments

Currently, we have a default resource cache size of 100.000 resources. This size works well with 2 GB maximum heap size. However on lower maximum heap sizes, OutOfMemory Exceptions will happen.

First we have to discover the optimum resource cache size at different maximum heap sizes like 256 MB, 512 MB, 1 GB, 2 GB, 4 GB and 8 GB.

alexanderkiel avatar Jul 22 '21 20:07 alexanderkiel