This thread was migrated from an old forum. It may contain information that are no longer valid. For further assistance, please post a new question or open a support ticket from the Customer Support portal.
Hi,
While syncing data from database, application crashes with this error message "Out of memory on a 235069598-byte allocation." in Android Tab for particular user.
Based on the attached device logs and Sync Console trace logs we identified that the response payload size returned to the device is around 104 MB which is huge. Device is unable to parse the response and leading to OutOfMemory Error.
T2_TEMP Object (Photograph column) Contains base64 string column which is causing the OOM error.