Do you mean Python or Java apps sitting at over 100mb after spin up?

I work on some extremely large Python apps, they can sit around ~75mb.
 If your Python app is heavier than that at startup... you are
probably doing stuff in a very questionable way.


Robert



On Fri, Apr 13, 2012 at 11:02, Brandon Wirtz <drak...@digerat.com> wrote:
>> My guess is that the number is close to 60s.  If GAE gets marginally
>> slower, it pushes you over the edge.
>
>
>
> I’ll be doing a video very shortly about how to keep your Instances from
> dying on startup. But one easy way to tell if this is the issue is to up
> your instance size AND test that you are having the same issue on a Dynamic
> Backend.  If your issues magically go away, but your startups take 65
> seconds, you know that you need to optimize your startup.
>
>
>
> One should also watch the Instance memory usage in the dash board. Often
> people have instances that just spun up and are sitting at 119 of 128m of
> memory usage and then wonder why their instances recycle so often.
>
>
>
>
>
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To post to this group, send email to google-appengine@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to