Hi GAE Team!

I am having a serious problem with my application.  As of recently,
every request that is being issued is resulting in the following
error:

"After handling this request, the process that handled this request
was found to be using too much memory and was terminated. This is
likely to cause a new process to be used for the next request to your
application. If you see this message frequently, you may have a memory
leak in your application."

I believe as a result, every request is requiring a new instance to be
loaded up in memory.  This is giving me very high user latency.  These
problems did not prop up until the beginning of the datastore issues.

However, I have been talking to other GAE users, and they are not
having the as serious problems as I am seeing.  I would think that
this may have something to do with my query usage.  However, these
errors prop up even on my static pages.

Please help me look for a solution to this problem.  I greatly
appreciate your time!

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to