Hello everyone, I created an app using RecyclerView, Retrofit and Glide with viewBinding. The app works well, there are no memory leaks, but it's full of Garbage Collections(GC). Have I to use Glide Bitmap Pool instead of Glide for avoiding from GCs?