setArrayPoolSize

open fun setArrayPoolSize(arrayPoolSizeBytes: Int): MemorySizeCalculator.Builder

Sets the size in bytes of the com.bumptech.glide.load.engine.bitmap_recycle.ArrayPool to use to store temporary arrays while decoding data and returns this builder.

This number will be halved on low memory devices that return true from isLowRamDevice.