I’m trying to make five very large tables of up to 4 million values each while saving each value to a new line in one of five text documents. The simulator had no problem with this, predictably. My iPhone4 and iPad2, however, run the apps and produce some unusual results.
The iPhone 4 stops adding values to the tables when each of them reaches i = 325000, plus or minus a few thousand. The iPad 2 stops adding values to the tables when each of them reaches i = 723000, plus or minus a few thousand. By “stopped adding values” I mean #(table name) returns those numbers and goes no higher. The app does not crash; it continues to run fine aside from that.
The iPad2 and iPhone4 have the same amount of memory, so I’m not sure what the problem is. I can live with a table smaller than 4 million, but working around unpredictably different maximum table sizes on every other device would be next to impossible. Any insights into this would be appreciated. [import]uid: 99903 topic_id: 22324 reply_id: 322324[/import]
[import]uid: 99903 topic_id: 22324 reply_id: 88927[/import]