Hello everyone, in my GAE standard java8 project, I sporadically see in the logs the following error message:
While handling this request, the process that handled this request was found to be using too much memory and was terminated. This is likely to cause a new process to be used for the next request to your application. If you see this message frequently, you may have a memory leak in your application. Being a Java project, the heap space is capped to 128MB and, as confirmed by tests, a Java OutOfMemoryError would be logged, so it doesn't seem true that this error may be caused by a memory leak in my application. Also, even if the heap size is 128MB, in the instances dashboard I see that each instance consumes from 250MB up to 600MB, but what is this memory used for? and if that is causing the error, do I have any control over it? Thanks for any insight -- 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 https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/f46ff33d-4c1f-45ed-87dc-45fedcb0e77e%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
