Hello everyone, in my GAE standard java8 project, I sporadically see the error:
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 limited at 128mb and, as confirmed by tests, an OutOfMemoryError would be logged, so it doesn't seem to be true that the cause may be memory leak in the application. Also, despite the heap size being 128mb, the instances dashboard shows a memory usage that goes from 250m up to 600m, but what is that memory used for? and if that's the cause of the memory issue, do I have any control on it or it's a platform bug? 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/9d98e147-9bbd-4544-91f2-2850e0ed2338%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
