Looking at the link you posted, it shows ~18000 rows of data, with the string being a tad bit above 1M characters in length, so a hair more than 2MB. That should be way under the 32MB server limit.
This is really bugging me now, because I have the strangest feeling that I ran into this issue before, many years ago, and the solution is something really simple. On Monday, July 16, 2012 5:59:57 PM UTC-4, shown wrote: > > It's massive.. > > On Monday, July 16, 2012 2:09:24 PM UTC-7, asgallant wrote: >> >> Possibly, but not likely, unless your data set is massive. >> >> I noticed that I mashed the code together wrong, the $i's should be $r's. >> That, in and of itself, shouldn't cause the script to use 32MB of RAM >> though. >> >> On Monday, July 16, 2012 4:28:19 PM UTC-4, shown wrote: >>> >>> *Fatal error*: Allowed memory size of 33554432 bytes exhausted (tried >>> to allocate 20 bytes) in */home/sunminer/public_html/getData.php* on >>> line *18* >>> I ran into this on json_encode(). Line 18 is the while loop. This is a >>> server issue? >>> >> -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-visualization-api/-/Jkwfig_OSlcJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-visualization-api?hl=en.
