On Fri, Dec 6, 2013 at 2:13 PM, Martin Liersch <[email protected]> wrote:
> Except for 2) The quota exploded! After just some hours of using this > setting I sais that I have used 18 "Gbyte Hours" already. How is that > possible, the total size of my memcache is only~ 11 Mb. So I would think > that it would cost me 11Mb*24Hours*$0.12 per day, which would be $0.03. Is > my calculation wrong? > > Unfortunately yes, your calculation is wrong. Dedicated memcache is billed using an ops/sec metric, which you can see here: https://developers.google.com/appengine/docs/adminconsole/memcache. If you're accessing memcache a lot, you can easily see a large bill. However, depending on your use case there may be other ways you can cache such as using instance memory. Can you explain your use case a bit more? ----------------- -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/groups/opt_out.
