Searched refs:maxCacheSizeMb (Results 1 – 2 of 2) sorted by relevance
45 int maxCacheSizeMb = SystemPropertiesProxy.getInt(MAX_CACHE_SIZE_KEY, MAX_CACHE_SIZE_DEF); in createCacheManager() local46 if (maxCacheSizeMb >= MIN_CACHE_SIZE_DEF) { in createCacheManager()56 1024L * 1024 * maxCacheSizeMb)); in createCacheManager()
61 int maxCacheSizeMb = SystemPropertiesProxy.getInt(MAX_CACHE_SIZE_KEY, MAX_CACHE_SIZE_DEF); in createCacheManager() local62 if (maxCacheSizeMb >= MIN_CACHE_SIZE_DEF) { in createCacheManager()72 1024L * 1024 * maxCacheSizeMb)); in createCacheManager()