github.com/cs3org/reva/v2@v2.27.7/changelog/2.11.0_2022-11-03/fix-default-cachesizes.md (about) 1 Bugfix: Reduced default cache sizes for smaller memory footprint 2 3 We reduced the default cachesizes of the auth interceptors and the share 4 cache. The default of 1 Million cache entries was way too high and caused 5 a high memory usage upon startup. Config options to set custom cache size 6 where added. 7 8 https://github.com/owncloud/ocis/issues/3267 9 https://github.com/owncloud/ocis/issues/4628