Dear Jon, Ikai, Thanks for your responses.
If this "critical" message is just a "notification", how could I "hide" it? Because my app is really need so huge memory to run smoothly and no loading request performance issue. These critical messages had flooded my debugging messages terribly. Or put these critical messages elsewhere, or lower level than debug message? Thanks in advanced. Jackie On 3月26日, 上午1時59分, "Ikai L (Google)" <[email protected]> wrote: > Minor clarification: Jon uses the word "clone" to refer to a running > application instance. > > > > > > On Thu, Mar 25, 2010 at 10:51 AM, Jon McAlister <[email protected]> wrote: > > 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 > >> athttp://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 > > athttp://groups.google.com/group/google-appengine?hl=en. > > -- > Ikai Lan > Developer Programs Engineer, Google App > Enginehttp://googleappengine.blogspot.com|http://twitter.com/app_engine -- 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.
