Hi

just because the error is thrown in appstats doesn't mean its leaking. you 
may have a leak in your code or you are just using too much memory in a 
request when used in conjunction with appstats.

i would try running without appstats. i would also check to see if all  
memory exhaustion always happens on the same request.  

some additional things that can contribute to high memory use is string 
manipulation.  if you do a lot of string concatination in a loop using "+"  
you could blow out memory.


T

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