mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-09-26 21:56:30 +02:00
Reducing the amount of CPU memory used for images to the default.
This commit is contained in:
@@ -75,7 +75,6 @@ class Amethyst : Application() {
|
|||||||
val coilMemCache: MemoryCache by lazy {
|
val coilMemCache: MemoryCache by lazy {
|
||||||
MemoryCache
|
MemoryCache
|
||||||
.Builder(this)
|
.Builder(this)
|
||||||
.maxSizePercent(0.40) // memory heavy app due to profile pics and videos.
|
|
||||||
.build()
|
.build()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user