blaze
blaze copied to clipboard
Let Default Resource Cache Size Depend on Available Memory
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.