This is a new logging message we just added. You've most likely had clones exceed the soft memory limit forever, but now we are letting you know via logs. These logs can of course be ignored if you like, since it doesn't effect the http response you served, but if you are concerned about performance or latency, then I would pay attention to these logs. The thing is, when a clone is killed after exceeding the soft memory limit, it is dead and will receive no more requests. This means that the next request for your app will have to be a loading request, which depending on your app could mean it involves a much higher latency and cpu consumption. Reducing the memory usage in your clones could then mean you have fewer soft memory limit terminations, and as such fewer loading requests.
On Wed, Mar 24, 2010 at 9:19 PM, Blake <[email protected]> wrote: > I also started seeing this just last night for the first time. I > haven't pushed any updates, so I don't believe it's an error on my > end. > Anyone else? > > On Mar 23, 7:23 pm, Jackie Fei <[email protected]> wrote: >> Dear all, >> >> "Exceeded soft memory limit with 187.727 MB after servicing 1 requests >> total" >> >> My application has run on GAE for 50+ days, everything is smooth. >> But I got the GAE critical message continuously from last night. >> >> I cannot find any solution from global google search. >> Could you give me any advices? >> >> Thanks in advanced. >> >> Jackie > > -- > 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.
