Been getting some critical errors due to memory use since gae 1.8.0 
deployed.

Typically, my app uses less than 70 megs and is now spikes to 150 megs or 
more, from time to time, which causes a critical error -- exceeding the 128 
meg limit. 

In Python memory is automatically freed when objects go out of scope and my 
code hasn't changed since 1.8.0 that would result in much higher memory 
usage.  I have very little control over memory use.

Any idea why this is happening?  Perhaps, some GAE API I am using has a 
memory leak?

Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to