So cost = K * size. That's linear, also called "Arithmetic" growth. (It's not even "geometric" growth, which is what most people mean when they say "exponential" growth.)
On Dec 14, 2011, at 4:20 PM, John wrote: > Using it wrong? Let's see. > > My first choice is F1 instance with 128 MB ram = .08/hr > If I want more, my next available option is F2 with 256 MB ram = .16/hr > If I want more, my only next available option is F4 with 512 MB ram = .32/hr > > Each available choice is double the cost of the previous one.... hmmm..... > > -- > 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/-/8Lsl5yaYtecJ. > 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.
