Hello everyone, in a data exchange with server, using B4XSerializator, I get this error because there are many data
java.lang.OutOfMemoryError: Failed to allocate a 524 byte allocation with 4075447 free bytes and 3MB until OOM; failed due to fragmentation (required continguous free 65536 bytes for a new buffer where largest contiguous free 32768 bytes)
Is there a way to increase the buffer or time or other advice to compress the data?
thank you
java.lang.OutOfMemoryError: Failed to allocate a 524 byte allocation with 4075447 free bytes and 3MB until OOM; failed due to fragmentation (required continguous free 65536 bytes for a new buffer where largest contiguous free 32768 bytes)
Is there a way to increase the buffer or time or other advice to compress the data?
thank you