On Thu, May 8, 2014 at 9:26 AM, saintthor <[email protected]> wrote:
> there is 128MB memory. if each instance takes 70MB, what will happen when > the second instance should be initialed? > An F1 instance gives your application 128 MB of memory. If you application only uses 70 MB, the remaining memory remains unused but still accessible by your application. If you launch a second instance, your application gets a separate instance with a separate allocation of memory. There isn't any memory sharing between instances, if that's what you're asking. ----------------- -Vinny P Technology & Media Advisor Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com -- 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. For more options, visit https://groups.google.com/d/optout.
