I have an app that works well in the python37 runtime.

However I keep running into memory usage problems. When I profiled my app 
running locally it uses about 115 MB and usage remains flat when processing 
requests. On the F1 instance I can understand that individual requests 
could bump over 128 MB. However, going up instance tiers doesn't help. Even 
F4 runs out of memory at nearly the same rate as F1, even though local 
profiling shows memory usage should never be anywhere near as high as 
AppEngine reports in its log message.

I have two questions:
 - How do I profile my AppEngine app so I can find out what is eating 
memory? Local profiling apparently has little relation to what happens on 
AppEngine.
 - Why does using a larger instance not help?

-- 
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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/6d6994c0-1f8c-4dd7-a132-a248369d8ffc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to