I have been working on a data handling algorithm that requires decently large arrays (sized 64x64). I have tested for the most raw case possible to determine if maybe its running out of memory but theoretically 4096 integers should not take up anywhere near 2MB of RAM. Attached is a code snippet that I ran on my device. When inputting 48*48 into the array construction it takes 1209 microseconds just to make the array, but it does complete. When inputting 64*64, the initial debug message is slightly different and cannot complete. (ignore the words about compression it isnt doing anything but making the array here).