I'm getting the following warning message consistently in my app
engine logs for a particular request:
---
A serious problem was encountered with the process that handled this
request, causing it to exit. 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 should contact the App Engine team. (Error
code 203)
---

1) It seems to be related to the size of an object being stored in a
HashMap.  I wasn't aware of any limits on object sizes for objects
stored in app-instance memory.  Are there limits?  (The object I'm
storing is basically a Java representation of an xml data file that is
about 600k.)

2) This error suggests that I contact the app engine team.  How do I
do that?

Thanks,
Peter

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