On Oct 2, 8:07 am, Tapir <[email protected]> wrote: > Instances help QPS* Latency* Requests Errors Age Memory > Availability > 0.083 95.2 ms 57 0 0:16:14 83.9 MBytes > Dynamic Icon Dynamic > 0.000 0.0 ms 1 0 0:18:28 79.9 MBytes Dynamic Icon > Dynamic
My app just encountered a long slow loading: here is new instances Instances help QPS* Latency* Requests Errors Age Memory Availability 0.050 14589.0 ms 1 0 0:00:26 80.8 MBytes Dynamic Icon Dynamic 0.000 0.0 ms 2 0 0:31:51 80.0 MBytes Dynamic Icon Dynamic You will find gae instance scheduler is not willing to using the idle instance, but tries to create an instance and let the visitor wait 15 seconds to load the page. There MUST be a big problem in the instance schedule! > > GAE docs says: > (http://code.google.com/appengine/docs/adminconsole/ > performancesettings.html#Setting_the_Number_of_Idle_Instances) > ... You will not be charged for instances over the specified maximum. > > Google will only charge me one of the running instances? -- 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.
