nextcloud / android

📱 Nextcloud Android app
https://play.google.com/store/apps/details?id=com.nextcloud.client
GNU General Public License v2.0
4.31k stars 1.77k forks source link

OOM in `ReadFolderRemoteOperation` #13477

Closed MoradDerhourhi closed 2 months ago

MoradDerhourhi commented 2 months ago

Cause of error

Exception in thread "Thread-25" java.lang.OutOfMemoryError: Failed to allocate a 42184 byte allocation with 32016 free bytes and 31KB until OOM, target footprint 402653184, growth limit 402653184
    at org.apache.jackrabbit.webdav.MultiStatus.getResponses(MultiStatus.java:128)
    at com.owncloud.android.lib.resources.files.ReadFolderRemoteOperation.readData(ReadFolderRemoteOperation.java:133)
    at com.owncloud.android.lib.resources.files.ReadFolderRemoteOperation.run(ReadFolderRemoteOperation.java:70)
    at com.owncloud.android.lib.common.operations.RemoteOperation.execute(RemoteOperation.java:193)
    at com.owncloud.android.operations.RefreshFolderOperation.fetchAndSyncRemoteFolder(RefreshFolderOperation.java:413)
    at com.owncloud.android.operations.RefreshFolderOperation.run(RefreshFolderOperation.java:247)
    at com.owncloud.android.lib.common.operations.RemoteOperation.run(RemoteOperation.java:387)
    at java.lang.Thread.run(Thread.java:929)

App information

Device information

Firmware

joshtrichards commented 2 months ago

Duplicate of #13161 (possibly others, but that one for certain) +#9903