I can't get over how much memory this thing uses before it does something. Like just warming up I'm at 248M of memory.
On an F2 I can do like 5 places and it soft memories and restarts. On an F4 I do about 350 How many requests are you seeing. Why do you hate garbage collection so much? I don't live in objectify, is it putting everything in an instance cache? Each request seems to add about 1.5Megs to the used memory. I can't see any difference (300ms) between load speed on an f2 and an F4 That usually means you are object creation bound, but you aren't front loading the Object creation, so that seems unlikely. (though you aren't doing lazy classes so maybe you are creating every object in your entire code at startup?) Tell me again why you are against Lazy Classes. Like I am the 3 year old you seem to think I am? -- 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.
