I have experienced errors in Google Apps Script where errors are thrown as strings and arrays become too large.
I'm looking to see if anyone has anymore information on what the exact limitations of GAS are, with regard to things like size of arrays. If there are other similar limitations I would also like to know about them.
I've seen this question but that only helps with the string size case, and I'm pretty sure the answer is inaccurate.
There is also this page but it doesn't include things like string maximum size.
I posted on the GSuite support forums, but was told to try stackoverflow instead.
I can run some experiments to find the limits of strings and arrays, but I'd prefer a more complete answer if possible.