Hi You can't get more memory (at least at the moment). I haven't seen it on the roadmap. 300MB appears to be the current ceiling (and has been for some time)
You should probably describe why you need that much memory in an instance. Maybe rethink your application strategy. If you are trying to keep large data structures in memory across multiple requests then you are taking the wrong approach. You can't guarantee you will hit the same instance. Instances are re-cycled after 10,000 requests. It's probably worth describing what you are trying to achieve and maybe someone will have a better idea. Rgds T -- 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.
