You couldn't do much with a 1m *memory* limit. If you're referring to the datastore entity size limit, the common solution is to shard data that's over 1m across multiple entities.
Robert On Sat, Mar 26, 2011 at 21:18, @@ <[email protected]> wrote: > According to the documents, the request size is 1m. > I was wondering do we still have the 1m memory limit? If so, how to handle > the 32m http response. > > > > http://code.google.com/appengine/docs/python/urlfetch/overview.html#Quotas_and_Limits > > Limit Amount request size 1 megabyte response size 32 megabytes > > > > On Sat, Mar 26, 2011 at 9:47 PM, Ian Gillett <[email protected]> > wrote: > > Hello - Yes sorry I am aware of that - what I meant to ask was is the > > REQUEST size for urlfetch.Fetch() going to be inceased from the current > 1MB > > limit? > > Thanks, > > Ian. > > > > On Tue, Mar 22, 2011 at 6:26 PM, Ian Gillett <[email protected]> > wrote: > >> > >> Hi - could you let me know if the response size for urlfetch.Fetch() > >> has been increased from the current limit of 1MB in the 1.4.3 SDK > >> release > >> > >> -- > >> You received this message because you are subscribed to the Google > Groups > >> "Google App Engine" group. > >> 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-appengine?hl=en. > >> > > > > -- > > You received this message because you are subscribed to the Google Groups > > "Google App Engine" group. > > 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-appengine?hl=en. > > > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > 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-appengine?hl=en. > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. 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-appengine?hl=en.
