I'm getting a lot of "Out of Memory" errors, and when that happens GAE just
kills the instance right away and all I see in the logs is something like
this:

Exceeded soft private memory limit with 277.09 MB after servicing 1
requests total


    To find where the problem is, I put logging.info() statements in the
code, but the problem is that nothing is logged when the instance is killed
this way. I also tried using logservice.flush(), but that doesn't seem to
help. I cannot get any data out of that instance to help me debug the
problem.

    Any tips?

Waleed

-- 
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.

Reply via email to