I just did some tests and it looks like limit is around 100MB as I
start getting OutOfMemory exceptions in the java heap space around
that point.

Len

On Dec 7, 5:09 pm, lent <[email protected]> wrote:
> Hi,
>
> Jason (Google) has mentioned that there is a limit on the amount of
> memory an application can consume in another thread:
>
> "There is an upper limit to the amount of memory your app can consume,
> but
> it's more than reasonable for the type of applications that App Engine
> is
> built to serve. If your application surpasses this limit, an exception
> will
> be thrown. "
>
> What is the limit (if not an exact value an approximate value)?  I
> need to make some decisions about what to store in memcache and what
> to store in the application (in static variables, servlet instance
> variables, etc) and this decision depends to some degree on how much
> data I can reasonably store in the application.
>
> Regards,
> Len

--

You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" 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-java?hl=en.


Reply via email to