更新了就进不去

11/17192 浏览BUG反馈
程序想分配 16,777,232 bytes(约 16MB) 的内存
但实际只剩 约 12MB 的可用内存
因此分配失败 → 触发 OOM(Out Of Memory)java.lang.OutOfMemoryError: Failed to allocate a 16777232 byte allocation with 12906962 free bytes and 12MB until OOM, target footprint 268435456, growth limit 268435456
at java.util.concurrent.atomic.AtomicReferenceArray.<init>(AtomicReferenceArray.java:68)
at kotlinx.coroutines.internal.LockFreeTaskQueueCore.<init>(LockFreeTaskQueue.kt:83)
at kotlinx.coroutines.internal.LockFreeTaskQueueCore.allocateNextCopy(LockFreeTaskQueue.kt:230)
at kotlinx.coroutines.internal.LockFreeTaskQueueCore.allocateOrGetNextCopy(LockFreeTaskQueue.kt:225)
at kotlinx.coroutines.internal.LockFreeTaskQueueCore.next(LockFreeTaskQueue.kt:214)
at kotlinx.coroutines.internal.LockFreeTaskQueue.removeFirstOrNull(LockFreeTaskQueue.kt:61)
at kotlinx.coroutines.internal.LimitedDispatcher.run(LimitedDispatcher.kt:39)
at kotlinx.coroutines.scheduling.TaskImpl.run(Tasks.kt:95)
at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:570)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:750)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:677)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:664)
5