Hi everyone, I'm having two questions about memcache:
1) I am having app that stores ~20000 entries in the memcache (each being a Serializable with a String and two integers). I store those entries with an expiration time of 6 hours. When using the free, shared memcache, it only seems to store ~5000 of those entries in the memcache. The oldest entry is mostly just some minutes old. Why is that? The cache size is ~7 mb at that time... So i thought, okay, let's switch to dedicated memcache and choose the smallest available setting: 1 Gbyte. So now all my entries are stored correctly and the oldest entry is 6 hours, etc. Everything is fine. 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? Thanks, Goddchen -- 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.
