On Wed, Dec 14, 2011 at 10:39 PM, John <[email protected]> wrote: > As I stated "Each available choice is double the cost of the previous one".
Just because the memory/cpu just happens to be double too. > That is exponential. Am I missing something here?? The size->price relationship is actually linear. > > e.g. 2^n where i is the index of the instance choice (0,1,2,...) > > therefore > > cost = 2^n * .08 > > Based on that, if an F8 were to be available, a 1024MB instance would be 2^3 > *.08 = .64/hr memory = 2^n * 128 too. Just coincidence. If there was an F3 (n=3) with 384MB 1.8Gz, and $0.24 - it would no longer be 'exponential' under your definiton. > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/google-appengine/-/YsLOg3QQlAoJ. > > 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. -- 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.
