availableMemoryPercentage

fun availableMemoryPercentage(@FloatRange(from = 0.0, to = 1.0percent: Double): ImageLoader.Builder

Set the percentage of available memory to devote to this ImageLoader's memory cache and bitmap pool.

Setting this to 0 disables memory caching and bitmap pooling.

Setting this value discards the shared memory cache set in memoryCache.

Default: Utils.getDefaultAvailableMemoryPercentage