Hi, Yannick, as I said, all the single signup request 'GET' does is simply 
return a very simple rendered form. It does not access the ndb or other 
storage, it just renders a template and returns it. I don't think it is a 
memory leak on the part of that particular piece of code.

I'll monitor the situation and see if there are any many repeats then 
explore the issue further.


On Monday, July 31, 2017 at 11:24:57 PM UTC+3, Yannick (Cloud Platform 
Support) wrote:
>
> Hello Richard,
>
> as timh indicated this is most often the sign of a memory leak of some 
> kind in your code. If you were performing operations that are more 
> memory-heavy I'd advise you pick an instance type with more memory but this 
> doesn't sound like its the case.
>
> About the number in the error message I expect that they are rounded down 
> values, so 128.1MB would be over 128MB.
>
> On Monday, July 31, 2017 at 8:47:10 AM UTC-4, Richard Cheesmar wrote:
>>
>> timh,
>>
>> There are no redirects on the normal signup url, it simply renders a 
>> template and returns.
>>
>> On Sunday, July 30, 2017 at 7:03:22 PM UTC+3, Richard Cheesmar wrote:
>>>
>>> I am seeing more of these, these days.
>>>
>>> I just got the one above from a simple signup url that does nothing but 
>>> render a simple template with a form.
>>>
>>> How does that end up with 128MB and 238 requests in total? And as 
>>> described in the error how does 128MB exceed 128MB?
>>>
>>> It seems inconsistent to say the least, I don't normally get this from 
>>> signup urls but have found I'm getting quite a few on other urls but as I 
>>> said, it is not consistant.
>>>
>>> Is there something else I should be looking at?
>>>
>>>
>>>
>>>
>>>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/d906342d-11a4-4750-9d4a-7d2f6b12472a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to