I have a Java GAE project on F1 instances. Its instances use more than 200M memory at most time. Google never close these instances. :)
BTW, the memory consumption will be much smaller by using Golang. I'm porting this Java project to Golang now. On Tuesday, July 21, 2015 at 4:07:05 AM UTC+8, Alex Kerr wrote: > > Hi, > > I've got a PHP app running in standard AppEngine. It does use a bit of > memory for in-app image manipulation. I'm wondering what happens when there > are enough concurrent users of my web app that the current instance(s) > don't have the memory to handle more users (i.e. so it's not a CPU load > issue, or other things (?) that might cause the app to scale). I don't want > the users to see errors or a non-working app, I just want the AppEngine > autoscaler to add another instance(s). > > Is this how things work? If not, is there a way to get autoscaling to > happen on the basis of current instances running out of memory? > > Many thanks! > Alex > -- 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. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/ba8e4167-cbf9-4252-8a04-22c5cec94c0a%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
