On 1 June 2011 14:54, Bart Thate <[email protected]> wrote: > <snip> > Once memory is billable, you gonna be sure that people actually try to make > good use of it. If you do instance price only who cares ? > As for debugging you might have point maybe google could provide the an app > stats API where the app could monitor its memory usage itself (or is there > already such a API) ? >
You can use the google.appengine.api.runtime api to determine how much memory you are currently using ( http://code.google.com/appengine/docs/python/backends/runtimeapi.html). -- 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.
