On Feb 12, 7:34 am, saintthor <[email protected]> wrote: > if sizeof counter is greater than 1M, can it work?
As others pointed out, this data can be wiped at any time and you have multiple instances with their own data. That said, if you're still curious, there's an app somewhere that loads a 1MB image into the app cache 10 time per page load. It crashes (500 response) at around 80-90MB, so I suspect the limit is around there (it's likely that imported modules count towards this, so YMMV). -- 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.
